simple sonos smapi soap webservice registered

This commit is contained in:
simojenki
2021-02-08 20:45:17 +11:00
parent 2ed2fce280
commit 302efd2878
8 changed files with 2298 additions and 19 deletions

View File

@@ -15,6 +15,7 @@
"eta": "^1.12.1",
"express": "^4.17.1",
"node-html-parser": "^2.1.0",
"soap": "^0.36.0",
"ts-md5": "^1.2.7",
"typescript": "^4.1.3",
"underscore":"^1.12.0",
@@ -27,6 +28,7 @@
"@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",
@@ -38,6 +40,6 @@
"build": "tsc",
"dev": "nodemon ./src/app.ts",
"test": "jest",
"testw": "mocha --require ts-node/register --watch --watch-files tests/**/* tests/**/*.test.ts"
"client-test": "ts-node tests/bonob_client.ts"
}
}