Service decorators - oh the evil I have wraught....

This commit is contained in:
2026-04-29 19:44:25 +01:00
parent 8bb18bce05
commit 532e7eac81
21 changed files with 1129 additions and 79 deletions
+5
View File
@@ -15,12 +15,17 @@
},
"dependencies": {
"@koa/router": "^15.4.0",
"@root/walk": "^1.1.0",
"@tsmetadata/polyfill": "^1.1.3",
"better-sqlite3": "^12.9.0",
"file-type": "^22.0.1",
"koa": "^3.2.0",
"xmlbuilder2": "^4.0.3"
},
"devDependencies": {
"@types/better-sqlite3": "^7.6.13",
"@types/koa": "^3.0.2",
"@types/node": "^25.6.0",
"typescript": "^6.0.2"
}
}