mirror of
https://github.com/wkulhanek/bonob.git
synced 2025-12-21 17:33:29 +01:00
73 lines
2.4 KiB
JSON
73 lines
2.4 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.5.0",
|
|
"@types/express": "^4.17.17",
|
|
"@types/fs-extra": "^11.0.1",
|
|
"@types/jsonwebtoken": "^9.0.1",
|
|
"@types/jws": "^3.2.5",
|
|
"@types/morgan": "^1.9.4",
|
|
"@types/node": "^16.11.7",
|
|
"@types/randomstring": "^1.1.8",
|
|
"@types/sharp": "^0.31.1",
|
|
"@types/underscore": "^1.11.4",
|
|
"@types/uuid": "^9.0.1",
|
|
"@types/xmldom": "0.1.31",
|
|
"axios": "^1.3.4",
|
|
"dayjs": "^1.11.7",
|
|
"eta": "^2.0.1",
|
|
"express": "^4.18.2",
|
|
"fp-ts": "^2.13.1",
|
|
"fs-extra": "^11.1.0",
|
|
"jsonwebtoken": "^9.0.0",
|
|
"jws": "^4.0.0",
|
|
"libxmljs2": "^0.31.0",
|
|
"morgan": "^1.10.0",
|
|
"node-html-parser": "^6.1.5",
|
|
"randomstring": "^1.2.3",
|
|
"sharp": "^0.31.3",
|
|
"soap": "^1.0.0",
|
|
"ts-md5": "^1.3.1",
|
|
"typescript": "^4.9.5",
|
|
"underscore": "^1.13.6",
|
|
"urn-lib": "^2.0.0",
|
|
"uuid": "^9.0.0",
|
|
"winston": "^3.8.2",
|
|
"xmldom-ts": "^0.3.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/chai": "^4.3.4",
|
|
"@types/jest": "^29.4.0",
|
|
"@types/mocha": "^10.0.1",
|
|
"@types/supertest": "^2.0.12",
|
|
"@types/tmp": "^0.2.3",
|
|
"chai": "^4.3.7",
|
|
"get-port": "^6.1.2",
|
|
"image-js": "^0.35.3",
|
|
"jest": "^29.4.3",
|
|
"nodemon": "^2.0.21",
|
|
"supertest": "^6.3.3",
|
|
"tmp": "^0.2.1",
|
|
"ts-jest": "^29.0.5",
|
|
"ts-mockito": "^2.6.1",
|
|
"ts-node": "^10.9.1",
|
|
"xmldom-ts": "^0.3.1",
|
|
"xpath-ts": "^1.3.13"
|
|
},
|
|
"scripts": {
|
|
"clean": "rm -Rf build node_modules",
|
|
"build": "tsc",
|
|
"dev": "BNB_DEBUG=true BNB_SCROBBLE_TRACKS=false BNB_REPORT_NOW_PLAYING=false BNB_ICON_FOREGROUND_COLOR=white BNB_ICON_BACKGROUND_COLOR=darkgrey BNB_SONOS_SERVICE_NAME=bonobDev BNB_SONOS_DEVICE_DISCOVERY=true nodemon -V ./src/app.ts",
|
|
"devr": "BNB_DEBUG=true BNB_SCROBBLE_TRACKS=false BNB_REPORT_NOW_PLAYING=false BNB_ICON_FOREGROUND_COLOR=white BNB_ICON_BACKGROUND_COLOR=darkgrey BNB_SONOS_SERVICE_NAME=bonobDev BNB_SONOS_DEVICE_DISCOVERY=true BNB_SONOS_AUTO_REGISTER=true nodemon -V ./src/app.ts",
|
|
"register-dev": "ts-node ./src/register.ts http://$(hostname):4534",
|
|
"test": "jest",
|
|
"gitinfo": "git describe --tags > .gitinfo"
|
|
},
|
|
"packageManager": "yarn@1.22.19"
|
|
}
|