Files
OpenParty/package.json

27 lines
612 B
JSON
Raw Normal View History

2024-06-15 19:57:02 +08:00
{
"name": "open-party",
2024-10-22 17:55:26 +07:00
"version": "1.1.0",
2024-06-15 19:57:02 +08:00
"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",
2024-07-01 17:08:08 +08:00
"request-country": "^0.1.2"
2024-06-15 19:57:02 +08:00
},
"engines": {
"node": ">=16.0.0",
"npm": ">=7.0.0"
}
}