Files
backmanager-server/package.json
2026-06-15 20:46:48 +08:00

26 lines
562 B
JSON

{
"name": "backmanager-server",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js",
"dev": "node --watch server.js"
},
"repository": {
"type": "git",
"url": "https://chochox.asia/ChoChoX/backmanager-server.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"bcryptjs": "^3.0.3",
"dotenv": "^17.4.2",
"express": "^5.2.1",
"jsonwebtoken": "^9.0.3",
"mysql2": "^3.22.5"
}
}