mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-04 07:46:43 +02:00
31 lines
737 B
JSON
31 lines
737 B
JSON
{
|
|
"name": "xiaobot",
|
|
"version": "24.2.0",
|
|
"description": "A Discord Bot",
|
|
"main": "shardingmanager.js",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/dragonfire535/xiaobot.git"
|
|
},
|
|
"scripts": {
|
|
"start": "node shardingmanager.js"
|
|
},
|
|
"engines": {
|
|
"node": "7.8.0"
|
|
},
|
|
"author": "dragonfire535",
|
|
"license": "ISC",
|
|
"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.0",
|
|
"moment": "^2.18.1",
|
|
"moment-duration-format": "^1.3.0",
|
|
"superagent": "^3.5.2",
|
|
"zalgolize": "^1.2.4"
|
|
}
|
|
}
|