mirror of
https://github.com/wkulhanek/bonob.git
synced 2025-12-21 17:33:29 +01:00
56 lines
1.6 KiB
JSON
56 lines
1.6 KiB
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/morgan": "^1.9.2",
|
|
"@types/node": "^14.14.22",
|
|
"@types/sharp": "^0.27.1",
|
|
"@types/underscore": "1.10.24",
|
|
"@types/uuid": "^8.3.0",
|
|
"axios": "^0.21.1",
|
|
"dayjs": "^1.10.4",
|
|
"eta": "^1.12.1",
|
|
"express": "^4.17.1",
|
|
"fp-ts": "^2.9.5",
|
|
"morgan": "^1.10.0",
|
|
"node-html-parser": "^2.1.0",
|
|
"sharp": "^0.27.2",
|
|
"soap": "^0.37.0",
|
|
"ts-md5": "^1.2.7",
|
|
"typescript": "^4.1.3",
|
|
"underscore":"^1.12.1",
|
|
"uuid": "^8.3.2",
|
|
"winston": "^3.3.3",
|
|
"x2js": "^3.4.1"
|
|
},
|
|
"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",
|
|
"get-port": "^5.1.1",
|
|
"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",
|
|
"xmldom-ts": "^0.3.1",
|
|
"xpath-ts": "^1.3.13"
|
|
},
|
|
"scripts": {
|
|
"clean": "rm -Rf build",
|
|
"build": "tsc",
|
|
"dev": "BONOB_PORT=4000 BONOB_URL=http://$(hostname):4000 BONOB_SONOS_SERVICE_NAME=bonobDev BONOB_SONOS_DEVICE_DISCOVERY=true BONOB_SONOS_AUTO_REGISTER=false nodemon ./src/app.ts",
|
|
"register-dev": "ts-node ./src/register.ts http://$(hostname):4000",
|
|
"test": "jest"
|
|
}
|
|
}
|