mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-03 23:36:43 +02:00
74 lines
1.6 KiB
JSON
74 lines
1.6 KiB
JSON
{
|
|
"name": "xiao",
|
|
"version": "116.8.2",
|
|
"description": "Your personal server companion.",
|
|
"main": "Xiao.js",
|
|
"scripts": {
|
|
"test": "npm run lint",
|
|
"lint": "eslint . --ext .js --ext .json",
|
|
"start": "node Xiao.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/dragonfire535/xiao.git"
|
|
},
|
|
"keywords": [
|
|
"bot",
|
|
"commando",
|
|
"discord",
|
|
"discord-api",
|
|
"discord-bot",
|
|
"discord-js",
|
|
"discord-js-commando"
|
|
],
|
|
"author": "dragonfire535 <danielbodendahl@gmail.com>",
|
|
"license": "GPL-3.0",
|
|
"bugs": {
|
|
"url": "https://github.com/dragonfire535/xiao/issues"
|
|
},
|
|
"homepage": "https://github.com/dragonfire535/xiao#readme",
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"dependencies": {
|
|
"@discordjs/collection": "^0.1.5",
|
|
"@discordjs/opus": "^0.3.2",
|
|
"@vitalets/google-translate-api": "^3.0.0",
|
|
"aki-api": "^5.0.0",
|
|
"canvas": "^2.6.1",
|
|
"cheerio": "^1.0.0-rc.3",
|
|
"cloc": "^2.5.1",
|
|
"common-tags": "^1.8.0",
|
|
"custom-translate": "^2.2.8",
|
|
"didyoumean2": "^4.0.0",
|
|
"discord.js": "^12.2.0",
|
|
"discord.js-commando": "github:discordjs/Commando",
|
|
"dotenv": "^8.2.0",
|
|
"gifencoder": "^2.0.1",
|
|
"mathjs": "^7.0.1",
|
|
"moment": "^2.26.0",
|
|
"moment-duration-format": "^2.3.2",
|
|
"moment-timezone": "^0.5.31",
|
|
"node-superfetch": "^0.1.10",
|
|
"pokersolver": "^2.1.3",
|
|
"random-js": "^2.1.0",
|
|
"rss-parser": "^3.8.0",
|
|
"winston": "^3.2.1"
|
|
},
|
|
"optionalDependencies": {
|
|
"bufferutil": "^4.0.1",
|
|
"utf-8-validate": "^5.0.2"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "^7.2.0",
|
|
"eslint-config-amber": "^2.0.3",
|
|
"eslint-plugin-json": "^2.1.1"
|
|
},
|
|
"eslintConfig": {
|
|
"extends": "amber",
|
|
"plugins": [
|
|
"json"
|
|
]
|
|
}
|
|
}
|