summary refs log tree commit diff
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2026-05-28 13:53:30 +0200
committerRory& <root@rory.gay>2026-05-28 13:53:30 +0200
commitc76c9f69e3be9a638d6d8d06b278b98504ae8f91 (patch)
treee64da05a17300a400df5e3933abbcf2404fa9a47
parentProcess lifecycle scripts (diff)
downloadserver-ts-c76c9f69e3be9a638d6d8d06b278b98504ae8f91.tar.xz
Move why-is-node-running to dependencies
-rw-r--r--package-lock.json5
-rw-r--r--package.json4
2 files changed, 4 insertions, 5 deletions
diff --git a/package-lock.json b/package-lock.json

index 05ebdfac..2b96765d 100644 --- a/package-lock.json +++ b/package-lock.json
@@ -50,6 +50,7 @@ "reflect-metadata": "^0.2.2", "tslib": "^2.8.1", "typeorm": "^0.3.30", + "why-is-node-running": "^3.2.2", "wretch": "^3.0.8", "ws": "^8.21.0" }, @@ -86,8 +87,7 @@ "pretty-quick": "^4.2.2", "ts-node": "^10.9.2", "typescript": "^6.0.3", - "typescript-json-schema": "^0.67.4", - "why-is-node-running": "^3.2.2" + "typescript-json-schema": "^0.67.4" }, "optionalDependencies": { "@sendgrid/mail": "^8.1.6", @@ -7392,7 +7392,6 @@ "version": "3.2.2", "resolved": "https://registry.npmjs.org/why-is-node-running/-/why-is-node-running-3.2.2.tgz", "integrity": "sha512-NKUzAelcoCXhXL4dJzKIwXeR8iEVqsA0Lq6Vnd0UXvgaKbzVo4ZTHROF2Jidrv+SgxOQ03fMinnNhzZATxOD3A==", - "dev": true, "license": "MIT", "bin": { "why-is-node-running": "cli.js" diff --git a/package.json b/package.json
index 82d159c0..dc3fe06a 100644 --- a/package.json +++ b/package.json
@@ -75,8 +75,7 @@ "pretty-quick": "^4.2.2", "ts-node": "^10.9.2", "typescript": "^6.0.3", - "typescript-json-schema": "^0.67.4", - "why-is-node-running": "^3.2.2" + "typescript-json-schema": "^0.67.4" }, "dependencies": { "@spacebarchat/pion-webrtc": "^0.0.4", @@ -119,6 +118,7 @@ "reflect-metadata": "^0.2.2", "tslib": "^2.8.1", "typeorm": "^0.3.30", + "why-is-node-running": "^3.2.2", "wretch": "^3.0.8", "ws": "^8.21.0" },