Files
OpenParty/package.json
2025-03-20 21:44:38 +07:00

28 lines
635 B
JSON

{
"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.8.4",
"body-parser": "^1.20.3",
"express": "^4.21.2",
"fs": "^0.0.1-security",
"md5": "^2.3.0",
"pm2": "^6.0.5",
"request-country": "^0.1.2",
"uuid": "^11.1.0"
},
"engines": {
"node": ">=16.0.0",
"npm": ">=7.0.0"
}
}