mirror of
https://github.com/JuniorDark/RustyHearts-API.git
synced 2026-05-07 06:01:44 -04:00
*Added onlineCount endpoint
*Added launch with PM2 *Code clenaup
This commit is contained in:
parent
5dfa4d83e7
commit
b400beea6a
18 changed files with 381 additions and 321 deletions
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "RustyHearts-API",
|
||||
"version": "1.0.0",
|
||||
"version": "1.1.0",
|
||||
"description": "Rusty Hearts REST API implementation on node.js",
|
||||
"main": "src/app.js",
|
||||
"scripts": {
|
||||
|
|
@ -35,7 +35,9 @@
|
|||
"logger": "^0.0.1",
|
||||
"moment-timezone": "^0.5.43",
|
||||
"mssql": "^9.1.1",
|
||||
"node-cache": "^5.1.2",
|
||||
"nodemailer": "^6.9.1",
|
||||
"pm2": "^5.3.0",
|
||||
"winston": "^3.8.2",
|
||||
"xml2js": "^0.6.0"
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue