mirror of
https://github.com/Ratstail91/SANCTUM.git
synced 2025-11-29 02:24:27 +11:00
18 lines
442 B
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"
|
|
}
|
|
}
|