This commit is contained in:
adrian
2025-10-29 21:00:03 +01:00
parent 8162f72898
commit 591efd8a77
140 changed files with 442432 additions and 70 deletions

17
package-lock.json generated
View File

@ -6,6 +6,9 @@
"": {
"dependencies": {
"express": "^5.1.0"
},
"devDependencies": {
"typescript": "^5.9.3"
}
},
"node_modules/accepts": {
@ -810,6 +813,20 @@
"node": ">= 0.6"
}
},
"node_modules/typescript": {
"version": "5.9.3",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.9.3.tgz",
"integrity": "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==",
"dev": true,
"license": "Apache-2.0",
"bin": {
"tsc": "bin/tsc",
"tsserver": "bin/tsserver"
},
"engines": {
"node": ">=14.17"
}
},
"node_modules/unpipe": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/unpipe/-/unpipe-1.0.0.tgz",