Added package.json for modules to work, and !inventory Pg. 0 bugfix

This commit is contained in:
TheSomeoneXD
2018-10-13 01:40:27 -05:00
parent 0ae763e725
commit 2c4faf2abf
12 changed files with 1351 additions and 268 deletions

17
package.json Normal file
View File

@@ -0,0 +1,17 @@
{
"name": "Sanctuary",
"version": "1.0.0",
"description": "A text-based massively multiplayer game about the survival of the fittest.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Tim",
"license": "ISC",
"dependencies": {
"discord.io": "github:woor/discord.io#gateway_v6",
"dotenv": "^6.0.0",
"node-cron": "^1.2.1",
"sync-request": "^6.0.0"
}
}