Initial commit

This commit is contained in:
Ubuntu
2026-03-01 13:23:49 +00:00
commit a8e52093aa
1485 changed files with 453467 additions and 0 deletions

16
server/package.json Normal file
View File

@@ -0,0 +1,16 @@
{
"name": "kenteken-gen-server",
"version": "1.0.0",
"type": "module",
"scripts": {
"start": "node index.js"
},
"dependencies": {
"better-sqlite3": "^11.0.0",
"bcrypt": "^5.1.1",
"express": "^4.21.0",
"helmet": "^8.0.0",
"cors": "^2.8.5",
"express-rate-limit": "^7.4.0"
}
}