{ "name": "xiao", "version": "139.3.0", "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 ", "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.6.1", "@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.9", "city-timezones": "^1.2.0", "cloc": "^2.8.0", "common-tags": "^1.8.0", "connect4-ai": "^0.1.3", "custom-translate": "^2.2.8", "didyoumean2": "^4.2.0", "discord.js": "^12.5.3", "discord.js-commando": "github:discordjs/Commando", "discord.js-docs": "github:TeeSeal/discord.js-docs", "dotenv": "^9.0.0", "emoji-regex": "^9.2.2", "eslint": "^7.26.0", "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.27.2", "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.3", "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.646", "valid-url": "^1.0.9", "wavefile": "^11.0.0", "winston": "^3.3.3", "ytdl-core": "^4.7.0", "zip-to-timezone": "^1.1.5" }, "optionalDependencies": { "bufferutil": "^4.0.3", "erlpack": "github:discord/erlpack", "sodium": "^3.0.2", "utf-8-validate": "^5.0.5", "zlib-sync": "^0.1.7" }, "devDependencies": { "eslint-config-amber": "^2.0.4", "eslint-plugin-json": "^3.0.0" }, "eslintConfig": { "extends": [ "amber", "plugin:json/recommended" ], "plugins": [ "json" ] } }