diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/package.json b/package.json index 5eeca42a9..6dcf26253 100644 --- a/package.json +++ b/package.json | |||
@@ -63,9 +63,7 @@ | |||
63 | "ts-node": "ts-node", | 63 | "ts-node": "ts-node", |
64 | "eslint": "eslint", | 64 | "eslint": "eslint", |
65 | "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", | 66 | "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", | ||
69 | "concurrently": "concurrently", | 67 | "concurrently": "concurrently", |
70 | "mocha": "mocha", | 68 | "mocha": "mocha", |
71 | "ci": "bash ./scripts/ci.sh", | 69 | "ci": "bash ./scripts/ci.sh", |
@@ -149,6 +147,7 @@ | |||
149 | "node-media-server": "^2.1.4", | 147 | "node-media-server": "^2.1.4", |
150 | "nodemailer": "^6.0.0", | 148 | "nodemailer": "^6.0.0", |
151 | "opentelemetry-instrumentation-sequelize": "^0.29.0", | 149 | "opentelemetry-instrumentation-sequelize": "^0.29.0", |
150 | "otpauth": "^8.0.3", | ||
152 | "p-queue": "^6", | 151 | "p-queue": "^6", |
153 | "parse-torrent": "^9.1.0", | 152 | "parse-torrent": "^9.1.0", |
154 | "password-generator": "^2.0.2", | 153 | "password-generator": "^2.0.2", |