{ "name": "hdiyanetproxy", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "dev": "node server.js", "start": "NODE_ENV=production node server.js", "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [], "author": "", "license": "ISC", "type": "commonjs", "dependencies": { "axios": "^1.13.5", "bcryptjs": "^3.0.3", "cors": "^2.8.6", "dotenv": "^17.3.1", "express": "^5.2.1", "jsonwebtoken": "^9.0.3", "mysql2": "^3.18.2", "pg": "^8.19.0", "pg-hstore": "^2.3.4", "sequelize": "^6.37.7" } }