Files
SANCTUM/package.json

18 lines
442 B
JSON

{
"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"
}
}