mirror of
https://github.com/ibratabian17/OpenParty.git
synced 2026-01-15 14:22:54 -03:00
29 lines
672 B
JSON
29 lines
672 B
JSON
{
|
|
"name": "open-party",
|
|
"version": "1.0.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",
|
|
"mongoose": "^5.13.22",
|
|
"pm2": "^5.3.0",
|
|
"request-country": "^0.1.2",
|
|
"xmlhttprequest": "^1.8.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=16.0.0",
|
|
"npm": ">=7.0.0"
|
|
}
|
|
}
|