{ "name": "open-party", "version": "1.1.0", "description": "Ibratabian17's JDU Code", "main": "server.js", "scripts": { "start": "node core/scripts/run.js", "startPM2": "pm2 start server.js --name server --no-daemon", "maintenancea": "node core/scripts/update.js" }, "author": "PartyService", "license": "MIT", "dependencies": { "axios": "^1.6.5", "body-parser": "^1.20.2", "express": "^4.19.2", "fs": "^0.0.1-security", "md5": "^2.3.0", "pm2": "^5.3.0", "request-country": "^0.1.2" }, "engines": { "node": ">=16.0.0", "npm": ">=7.0.0" } }