Part of AppLink login process

This commit is contained in:
simojenki
2021-02-21 09:35:34 +11:00
parent 302efd2878
commit c26a325ee1
20 changed files with 644 additions and 253 deletions

View File

@@ -8,19 +8,22 @@
"dependencies": {
"@svrooij/sonos": "^2.3.0",
"@types/express": "^4.17.11",
"@types/morgan": "^1.9.2",
"@types/node": "^14.14.22",
"@types/underscore": "1.10.24",
"@types/uuid": "^8.3.0",
"axios": "^0.21.1",
"eta": "^1.12.1",
"express": "^4.17.1",
"morgan": "^1.10.0",
"node-html-parser": "^2.1.0",
"soap": "^0.36.0",
"ts-md5": "^1.2.7",
"typescript": "^4.1.3",
"underscore":"^1.12.0",
"uuid": "^8.3.2",
"winston": "^3.3.3"
"winston": "^3.3.3",
"xmldom-ts": "^0.3.1"
},
"devDependencies": {
"@types/chai": "^4.2.14",
@@ -34,11 +37,12 @@
"supertest": "^6.1.3",
"ts-jest": "^26.4.4",
"ts-mockito": "^2.6.1",
"ts-node": "^9.1.1"
"ts-node": "^9.1.1",
"xpath-ts": "^1.3.13"
},
"scripts": {
"build": "tsc",
"dev": "nodemon ./src/app.ts",
"dev": "BONOB_PORT=4000 BONOB_WEB_ADDRESS=http://$(hostname):4000 nodemon ./src/app.ts",
"test": "jest",
"client-test": "ts-node tests/bonob_client.ts"
}