mirror of
https://github.com/wkulhanek/bonob.git
synced 2025-12-21 17:33:29 +01:00
39 lines
1006 B
JSON
39 lines
1006 B
JSON
{
|
|
"name": "bonob",
|
|
"version": "0.0.1",
|
|
"main": "index.js",
|
|
"repository": "https://github.com/simojenki/bonob",
|
|
"author": "simojenki <simojenki@users.noreply.github.com>",
|
|
"license": "GPL-3.0-only",
|
|
"dependencies": {
|
|
"@svrooij/sonos": "^2.3.0",
|
|
"@types/express": "^4.17.11",
|
|
"@types/node": "^14.14.22",
|
|
"axios": "^0.21.1",
|
|
"eta": "^1.12.1",
|
|
"express": "^4.17.1",
|
|
"ts-md5": "^1.2.7",
|
|
"typescript": "^4.1.3",
|
|
"winston": "^3.3.3"
|
|
},
|
|
"devDependencies": {
|
|
"@types/chai": "^4.2.14",
|
|
"@types/jest": "^26.0.20",
|
|
"@types/mocha": "^8.2.0",
|
|
"@types/supertest": "^2.0.10",
|
|
"chai": "^4.2.0",
|
|
"jest": "^26.6.3",
|
|
"nodemon": "^2.0.7",
|
|
"supertest": "^6.1.3",
|
|
"ts-jest": "^26.4.4",
|
|
"ts-mockito": "^2.6.1",
|
|
"ts-node": "^9.1.1"
|
|
},
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"dev": "nodemon ./src/app.ts",
|
|
"test": "jest",
|
|
"testw": "mocha --require ts-node/register --watch --watch-files tests/**/* tests/**/*.test.ts"
|
|
}
|
|
}
|