mirror of
https://github.com/wkulhanek/bonob.git
synced 2025-12-21 17:33:29 +01:00
72 lines
2.6 KiB
JSON
72 lines
2.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.5.0",
|
|
"@types/express": "^4.17.19",
|
|
"@types/fs-extra": "^11.0.2",
|
|
"@types/jsonwebtoken": "^9.0.3",
|
|
"@types/jws": "^3.2.6",
|
|
"@types/morgan": "^1.9.6",
|
|
"@types/node": "^16.11.7",
|
|
"@types/randomstring": "^1.1.9",
|
|
"@types/underscore": "^1.11.11",
|
|
"@types/uuid": "^9.0.5",
|
|
"@types/xmldom": "0.1.32",
|
|
"axios": "^1.5.1",
|
|
"dayjs": "^1.11.10",
|
|
"eta": "^2.0.1",
|
|
"express": "^4.18.2",
|
|
"fp-ts": "^2.16.1",
|
|
"fs-extra": "^11.1.1",
|
|
"jsonwebtoken": "^9.0.2",
|
|
"jws": "^4.0.0",
|
|
"libxmljs2": "^0.32.0",
|
|
"morgan": "^1.10.0",
|
|
"node-html-parser": "^6.1.10",
|
|
"randomstring": "^1.3.0",
|
|
"sharp": "^0.32.6",
|
|
"soap": "^1.0.0",
|
|
"ts-md5": "^1.3.1",
|
|
"typescript": "^5.2.2",
|
|
"underscore": "^1.13.6",
|
|
"urn-lib": "^2.0.0",
|
|
"uuid": "^9.0.1",
|
|
"winston": "^3.11.0",
|
|
"xmldom-ts": "^0.3.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/chai": "^4.3.7",
|
|
"@types/jest": "^29.5.5",
|
|
"@types/mocha": "^10.0.2",
|
|
"@types/supertest": "^2.0.14",
|
|
"@types/tmp": "^0.2.4",
|
|
"chai": "^4.3.10",
|
|
"get-port": "^7.0.0",
|
|
"image-js": "^0.35.4",
|
|
"jest": "^29.7.0",
|
|
"nodemon": "^3.0.1",
|
|
"supertest": "^6.3.3",
|
|
"tmp": "^0.2.1",
|
|
"ts-jest": "^29.1.1",
|
|
"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_LOG_LEVEL=debug BNB_DEBUG=true BNB_SCROBBLE_TRACKS=false BNB_REPORT_NOW_PLAYING=false BNB_SONOS_SEED_HOST=$BNB_DEV_SONOS_DEVICE_IP BNB_SONOS_SERVICE_NAME=z_bonobDev BNB_URL=\"http://${BNB_DEV_HOST_IP}:4534\" BNB_SUBSONIC_URL=\"${BNB_DEV_SUBSONIC_URL}\" nodemon -V ./src/app.ts",
|
|
"devr": "BNB_DISABLE_PLAYLIST_ART=true BNB_LOG_LEVEL=debug BNB_DEBUG=true BNB_SCROBBLE_TRACKS=false BNB_REPORT_NOW_PLAYING=false BNB_ICON_FOREGROUND_COLOR=white BNB_ICON_BACKGROUND_COLOR=darkgrey BNB_SONOS_SEED_HOST=$BNB_DEV_SONOS_DEVICE_IP BNB_SONOS_SERVICE_NAME=z_bonobDev BNB_SONOS_DEVICE_DISCOVERY=true BNB_SONOS_AUTO_REGISTER=true BNB_URL=\"http://${BNB_DEV_HOST_IP}:4534\" BNB_SUBSONIC_URL=\"${BNB_DEV_SUBSONIC_URL}\" nodemon -V ./src/app.ts",
|
|
"register-dev": "ts-node ./src/register.ts http://${BNB_DEV_HOST_IP}:4534",
|
|
"test": "jest",
|
|
"gitinfo": "git describe --tags > .gitinfo"
|
|
},
|
|
"packageManager": "yarn@1.22.19"
|
|
}
|