{ "name": "new_cash_book_node", "version": "1.0.0", "description": "", "type": "module", "main": "index.js", "scripts": { "dev": "pm2 start ecosystem.config.cjs", "dev:stop": "pm2 stop cashBook", "dev:del": "pm2 delete cashBook", "start": "node app.js", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/Johnhong9527/newCashBook.git" }, "keywords": [], "author": "", "license": "ISC", "bugs": { "url": "https://github.com/Johnhong9527/newCashBook/issues" }, "homepage": "https://github.com/Johnhong9527/newCashBook#readme", "dependencies": { "body-parser": "^1.20.3", "cors": "^2.8.5", "crypto": "^1.0.1", "dayjs": "^1.11.13", "express": "^4.21.1", "express-fileupload": "^1.5.1", "jsonwebtoken": "^9.0.2", "mysql": "^2.18.1", "mysql2": "^3.11.4", "spark-md5": "^3.0.2", "uuid": "^11.0.2" }, "volta": { "node": "18.20.4" }, "devDependencies": { "@types/express": "^5.0.0", "@types/express-fileupload": "^1.5.1", "@types/jsonwebtoken": "^9.0.7", "@types/mysql": "^2.15.26", "@types/node": "^22.9.0" }, "imports": { "#db": "./db/index.js", "#utils": "./utils/index.js", "#environment": "./environment/index.js" } }