Move typescript-json-schema to devDependencies (no runtime usage)

This commit is contained in:
Rory& 2025-11-20 21:04:54 +01:00
parent bb0838a3d9
commit 88c04ccedd
3 changed files with 3 additions and 3 deletions

View File

@ -1,3 +1,3 @@
{
"npmDepsHash": "sha256-C/T5mm4q9H19efUt9tgIf1H5YjXEd2PUXS3gG1M7MKI="
"npmDepsHash": "sha256-45XGoErD/Lm0QunatMHZnUtrlpcmYmlwUyUGhwjrBHU="
}

BIN
package-lock.json generated

Binary file not shown.

View File

@ -68,7 +68,8 @@
"prettier": "^3.6.2",
"pretty-quick": "^4.2.2",
"ts-node": "^10.9.2",
"typescript": "^5.9.3"
"typescript": "^5.9.3",
"typescript-json-schema": "^0.65.1"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.936.0",
@ -111,7 +112,6 @@
"sqlite3": "^5.1.7",
"tslib": "^2.8.1",
"typeorm": "^0.3.27",
"typescript-json-schema": "^0.65.1",
"wretch": "^2.11.1",
"ws": "^8.18.3"
},