33 lines
729 B
JSON
33 lines
729 B
JSON
{
|
|
"name": "circlebot",
|
|
"version": "1.0.0",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"start": "node index.js",
|
|
"dev": "nodemon index.js"
|
|
},
|
|
"author": "PlowmanPlow",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://git.jaj.com/junior/CircleBot.git"
|
|
},
|
|
"license": "GPL-2.0-only",
|
|
"description": "Discord Bot for CircleCraft",
|
|
"dependencies": {
|
|
"async-limiter": ">=2.0.0",
|
|
"discord.js": "^14.0.0",
|
|
"long": ">=4.0.0",
|
|
"minecraft-query": ">=1.0.9",
|
|
"moment": ">=2.24.0",
|
|
"net-ping": ">=1.2.3",
|
|
"node-fetch": ">=2.6.0",
|
|
"prism-media": ">=1.2.1",
|
|
"rcon": ">=1.1.0",
|
|
"tweetnacl": ">=1.0.3",
|
|
"ws": ">=7.2.3"
|
|
},
|
|
"devDependencies": {
|
|
"nodemon": ">=2.0.2"
|
|
}
|
|
}
|