api-tpbank/package.json
manh chu the 344794d17f init proj
2024-01-11 17:52:27 +08:00

19 lines
346 B
JSON

{
"name": "auto-banking",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"dependencies": {
"axios": "^1.6.3",
"body-parser": "^1.20.2",
"dotenv": "^16.3.1",
"ejs": "^3.1.9",
"express": "^4.18.2",
"nodemon": "^3.0.2",
"socket.io": "^4.7.2"
},
"scripts": {
"start": "nodemon index.js"
}
}