{ "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" } }