diff --git a/package-lock.json b/package-lock.json index 05ebdfa..2b96765 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 35108b7..dc3fe06 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" },