Working the modules into Shared, untested

This commit is contained in:
2018-10-26 18:05:17 +11:00
parent 3745a1efc4
commit cabcc88685
13 changed files with 64 additions and 137 deletions

View File

@@ -4,14 +4,17 @@
"description": "",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node adam.js"
"start": "forever -o forever.log -e error.log start adam.js",
"restart": "forever -o forever.log -e error.log restart adam.js",
"stop": "forever stop adam.js",
"node": "node adam.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"discord.js": "^11.4.2",
"dotenv": "^6.0.0",
"forever": "^0.15.3",
"node-cron": "^1.2.1"
}
}