Files
OpenParty/package.json

32 lines
767 B
JSON
Raw Normal View History

2024-06-15 19:57:02 +08:00
{
"name": "open-party",
"version": "3.0.0",
2024-06-15 19:57:02 +08:00
"description": "Ibratabian17's JDU Code",
"main": "server.js",
"scripts": {
"start": "node core/scripts/run.js",
"dev": "nodemon server.js",
"start:pm2": "pm2 start server.js --name openparty --no-daemon",
"start:managed": "node core/scripts/run.js",
"maintenance": "node core/scripts/update.js"
2024-06-15 19:57:02 +08:00
},
"author": "PartyService",
"license": "MIT",
"dependencies": {
"axios": "^1.8.4",
"body-parser": "^1.20.3",
"chalk": "^5.4.1",
"express": "^4.21.2",
2024-06-15 19:57:02 +08:00
"fs": "^0.0.1-security",
"md5": "^2.3.0",
"pm2": "^6.0.5",
"request-country": "^0.1.2",
"sqlite3": "^5.1.7",
"uuid": "^11.1.0"
2024-06-15 19:57:02 +08:00
},
"engines": {
"node": ">=16.0.0",
"npm": ">=7.0.0"
}
}