mirror of
https://github.com/wkulhanek/bonob.git
synced 2025-12-21 17:33:29 +01:00
simple sonos smapi soap webservice registered
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user