{ "name": "bonob", "version": "0.0.1", "main": "index.js", "repository": "https://github.com/simojenki/bonob", "author": "simojenki ", "license": "GPL-3.0-only", "dependencies": { "@svrooij/sonos": "^2.6.0-beta.11", "@types/express": "^4.17.21", "@types/fs-extra": "^11.0.4", "@types/jsonwebtoken": "^9.0.7", "@types/jws": "^3.2.10", "@types/morgan": "^1.9.9", "@types/node": "^20.11.5", "@types/randomstring": "^1.3.0", "@types/underscore": "^1.13.0", "@types/uuid": "^10.0.0", "@types/xmldom": "^0.1.34", "@xmldom/xmldom": "^0.9.7", "axios": "^1.7.8", "dayjs": "^1.11.13", "eta": "^2.2.0", "express": "^4.18.3", "fp-ts": "^2.16.9", "fs-extra": "^11.2.0", "jsonwebtoken": "^9.0.2", "jws": "^4.0.0", "morgan": "^1.10.0", "node-html-parser": "^6.1.13", "randomstring": "^1.3.0", "sharp": "^0.33.5", "soap": "^1.1.6", "ts-md5": "^1.3.1", "typescript": "^5.7.2", "underscore": "^1.13.7", "urn-lib": "^2.0.0", "uuid": "^11.0.3", "winston": "^3.17.0", "xmldom-ts": "^0.3.1", "xpath": "^0.0.34" }, "devDependencies": { "@types/chai": "^5.0.1", "@types/jest": "^29.5.14", "@types/mocha": "^10.0.10", "@types/supertest": "^6.0.2", "@types/tmp": "^0.2.6", "chai": "^5.1.2", "get-port": "^7.1.0", "image-js": "^0.35.6", "jest": "^29.7.0", "nodemon": "^3.1.7", "supertest": "^7.0.0", "tmp": "^0.2.3", "ts-jest": "^29.2.5", "ts-mockito": "^2.6.1", "ts-node": "^10.9.2", "xpath-ts": "^1.3.13" }, "overrides": { "axios-ntlm": "npm:dry-uninstall", "axios": "$axios" }, "scripts": { "clean": "rm -Rf build node_modules", "build": "tsc", "dev": "BNB_SUBSONIC_CUSTOM_CLIENTS1=audio/flac,audio/mpeg,audio/mp4\\>audio/flac 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_LOG_LEVEL=debug BNB_DEBUG=true BNB_ICON_FOREGROUND_COLOR=deeppink BNB_ICON_BACKGROUND_COLOR=darkslategray 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_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", "testw": "jest --watch", "gitinfo": "git describe --tags > .gitinfo" } }