mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-03 15:07:42 +02:00
45 lines
1.1 KiB
JSON
45 lines
1.1 KiB
JSON
{
|
|
"name": "xiaobot",
|
|
"version": "16.2.2",
|
|
"description": "A Discord Bot",
|
|
"main": "shardingmanager.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"start": "node shardingmanager.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/dragonfire535/xiaobot.git"
|
|
},
|
|
"keywords": [
|
|
"discord-bot",
|
|
"commando",
|
|
"discord-js",
|
|
"discord",
|
|
"discord-api"
|
|
],
|
|
"author": "dragonfire535",
|
|
"license": "ISC",
|
|
"bugs": {
|
|
"url": "https://github.com/dragonfire535/xiaobot/issues"
|
|
},
|
|
"homepage": "http://dragonfire535.weebly.com/xiaobot.html",
|
|
"engines": {
|
|
"node": "7.9.0"
|
|
},
|
|
"dependencies": {
|
|
"cheerio": "^0.22.0",
|
|
"custom-translate": "dragonfire535/custom-translate",
|
|
"discord.js": "hydrabolt/discord.js",
|
|
"discord.js-commando": "gawdl3y/discord.js-commando",
|
|
"jimp": "^0.2.27",
|
|
"mathjs": "^3.11.5",
|
|
"moment": "^2.18.1",
|
|
"moment-duration-format": "^1.3.0",
|
|
"pg": "^6.1.5",
|
|
"sequelize": "^3.30.4",
|
|
"superagent": "^3.5.2",
|
|
"zalgolize": "^1.2.4"
|
|
}
|
|
}
|