Files
xiao/package.json
T
2021-03-13 13:10:47 -05:00

99 lines
2.3 KiB
JSON

{
"name": "xiao",
"version": "132.3.0",
"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": "UNLICENSED",
"bugs": {
"url": "https://github.com/dragonfire535/xiao/issues"
},
"homepage": "https://github.com/dragonfire535/xiao#readme",
"engines": {
"node": ">=15"
},
"dependencies": {
"@discordjs/collection": "^0.1.6",
"@discordjs/opus": "^0.4.0",
"@vitalets/google-translate-api": "^5.0.0",
"aki-api": "^5.2.1",
"bombsweeper.js": "^1.0.1",
"canvas": "^2.7.0",
"cheerio": "^1.0.0-rc.5",
"cloc": "^2.7.0",
"common-tags": "^1.8.0",
"connect4-ai": "^0.1.3",
"csv-parse": "^4.15.3",
"custom-translate": "^2.2.8",
"didyoumean2": "^4.1.0",
"discord.js": "^12.5.1",
"discord.js-commando": "github:discordjs/Commando",
"dotenv": "^8.2.0",
"emoji-regex": "^9.2.2",
"eslint": "^7.21.0",
"expr-eval": "^2.0.2",
"fen-validator": "^1.4.1",
"font-finder": "^1.1.0",
"gifencoder": "^2.0.1",
"gm": "^1.23.1",
"html-entities": "^2.1.0",
"ioredis": "^4.23.0",
"js-beautify": "^1.13.5",
"js-chess-engine": "^0.7.0",
"kuroshiro": "^1.1.2",
"kuroshiro-analyzer-kuromoji": "^1.1.0",
"mathjs": "^9.2.0",
"moment": "^2.29.1",
"moment-duration-format": "^2.3.2",
"moment-timezone": "^0.5.33",
"node-superfetch": "^0.1.11",
"pokersolver": "^2.1.4",
"random-js": "^2.1.0",
"rss-parser": "^3.12.0",
"semver": "^7.3.4",
"sherlockjs": "^1.4.0",
"stackblur-canvas": "^2.5.0",
"tesseract.js": "^2.1.4",
"text-diff": "^1.0.1",
"tictactoe-minimax-ai": "^1.2.1",
"valid-url": "^1.0.9",
"winston": "^3.3.3",
"ytdl-core": "^4.5.0"
},
"optionalDependencies": {
"bufferutil": "^4.0.3",
"erlpack": "github:discord/erlpack",
"sodium": "^3.0.2",
"utf-8-validate": "^5.0.4",
"zlib-sync": "^0.1.7"
},
"devDependencies": {
"eslint-config-amber": "^2.0.4",
"eslint-plugin-json": "^2.1.2"
},
"eslintConfig": {
"extends": "amber",
"plugins": [
"json"
]
}
}