Files

23 lines
465 B
JSON
Raw Permalink Normal View History

2026-03-12 11:23:10 +08:00
{
"name": "gamer",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node server/app.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs",
"dependencies": {
"bcryptjs": "^3.0.3",
"better-sqlite3": "^12.6.2",
"compression": "^1.8.1",
2026-03-12 11:23:10 +08:00
"cors": "^2.8.6",
"express": "^5.2.1",
"jsonwebtoken": "^9.0.3"
}
}