Files
xiao/package.json
T
2021-04-23 11:27:19 -04:00

109 lines
2.6 KiB
JSON

{
"name": "xiao",
"version": "136.1.1",
"description": "Your personal server companion.",
"main": "Xiao.js",
"private": true,
"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.5.0",
"@tensorflow/tfjs-node": "^3.4.0",
"@vitalets/google-translate-api": "^7.0.0",
"aki-api": "^5.2.1",
"bombsweeper.js": "^1.0.1",
"canvas": "^2.7.0",
"cheerio": "1.0.0-rc.6",
"cloc": "^2.7.0",
"common-tags": "^1.8.0",
"connect4-ai": "^0.1.3",
"csv-parse": "^4.15.4",
"custom-translate": "^2.2.8",
"didyoumean2": "^4.1.0",
"discord.js": "^12.5.3",
"discord.js-commando": "github:discordjs/Commando",
"dotenv": "^8.2.0",
"emoji-regex": "^9.2.2",
"eslint": "^7.24.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.3.2",
"image-to-ascii": "^3.0.13",
"ioredis": "^4.26.0",
"js-beautify": "^1.13.13",
"js-chess-engine": "^0.11.3",
"jszip": "^3.6.0",
"kuroshiro": "^1.1.2",
"kuroshiro-analyzer-kuromoji": "^1.1.0",
"mathjs": "^9.3.2",
"moment": "^2.29.1",
"moment-duration-format": "^2.3.2",
"moment-timezone": "^0.5.33",
"node-superfetch": "^0.2.2",
"nsfwjs": "^2.4.0",
"ntcjs": "^1.1.2",
"parse-domain": "^3.0.3",
"pokersolver": "^2.1.4",
"random-js": "^2.1.0",
"rss-parser": "^3.12.0",
"semver": "^7.3.5",
"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",
"twemoji-parser": "^13.0.0",
"user-agents": "^1.0.626",
"valid-url": "^1.0.9",
"wavefile": "^11.0.0",
"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"
]
}
}