aboutsummaryrefslogtreecommitdiffhomepage
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json6
1 files changed, 4 insertions, 2 deletions
diff --git a/package.json b/package.json
index 0aac4c860..d463887dd 100644
--- a/package.json
+++ b/package.json
@@ -60,10 +60,12 @@
60 "commander": "commander", 60 "commander": "commander",
61 "lint": "npm run ci -- lint", 61 "lint": "npm run ci -- lint",
62 "ng": "ng", 62 "ng": "ng",
63 "nodemon": "nodemon",
64 "ts-node": "ts-node", 63 "ts-node": "ts-node",
65 "eslint": "eslint", 64 "eslint": "eslint",
66 "resolve-tspaths": "resolve-tspaths", 65 "resolve-tspaths": "resolve-tspaths",
66 "resolve-tspaths:all": "npm run resolve-tspaths:server && npm run resolve-tspaths:cli",
67 "resolve-tspaths:server": "npm run resolve-tspaths -- --project tsconfig.json --src . --out dist",
68 "resolve-tspaths:cli": "npm run resolve-tspaths -- --project ./server/tools/tsconfig.json --src ./server/tools --out ./dist/server/tools",
67 "concurrently": "concurrently", 69 "concurrently": "concurrently",
68 "mocha": "mocha", 70 "mocha": "mocha",
69 "ci": "bash ./scripts/ci.sh", 71 "ci": "bash ./scripts/ci.sh",
@@ -201,13 +203,13 @@
201 "eslint-plugin-promise": "^6.0.0", 203 "eslint-plugin-promise": "^6.0.0",
202 "fast-xml-parser": "^4.0.0-beta.8", 204 "fast-xml-parser": "^4.0.0-beta.8",
203 "mocha": "^9.0.0", 205 "mocha": "^9.0.0",
204 "nodemon": "^2.0.1",
205 "proxy": "^1.0.2", 206 "proxy": "^1.0.2",
206 "resolve-tspaths": "^0.2.1", 207 "resolve-tspaths": "^0.2.1",
207 "socket.io-client": "^4.0.1", 208 "socket.io-client": "^4.0.1",
208 "supertest": "^6.0.1", 209 "supertest": "^6.0.1",
209 "swagger-cli": "^4.0.2", 210 "swagger-cli": "^4.0.2",
210 "ts-node": "10.4.0", 211 "ts-node": "10.4.0",
212 "tsc-watch": "^4.6.0",
211 "typescript": "^4.0.5" 213 "typescript": "^4.0.5"
212 }, 214 },
213 "resolutions": { 215 "resolutions": {