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 17:27:07 +0200
commit9f9c30186fc38d4a8044d9366f854086b366521c (patch)
tree8259fa46bf087abf63c2d33c526d0e278f0cc6fc
parentProcess lifecycle scripts (diff)
downloadserver-ts-9f9c30186fc38d4a8044d9366f854086b366521c.tar.xz
Move why-is-node-running to dependencies
-rw-r--r--package-lock.json5
-rw-r--r--package.json1
2 files changed, 3 insertions, 3 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 35108b71..dc3fe06a 100644 --- a/package.json +++ b/package.json
@@ -118,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" },