mirror of
https://github.com/Ratstail91/SANCTUM.git
synced 2025-11-29 02:24:27 +11:00
Working the modules into Shared, untested
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user