{ "name": "xiao", "version": "119.39.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 ", "license": "GPL-3.0", "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.3.3", "@vitalets/google-translate-api": "^4.0.0", "aki-api": "^5.2.0", "canvas": "^2.6.1", "cheerio": "^1.0.0-rc.3", "cloc": "^2.7.0", "common-tags": "^1.8.0", "custom-translate": "^2.2.8", "didyoumean2": "^4.1.0", "discord.js": "^12.4.1", "discord.js-commando": "github:discordjs/Commando", "dotenv": "^8.2.0", "eslint": "^7.12.1", "gifencoder": "^2.0.1", "gm": "^1.23.1", "html-entities": "^1.3.1", "js-beautify": "^1.13.0", "mathjs": "^7.6.0", "moment": "^2.29.1", "moment-duration-format": "^2.3.2", "moment-timezone": "^0.5.31", "node-superfetch": "^0.1.10", "pokersolver": "^2.1.4", "random-js": "^2.1.0", "rss-parser": "^3.9.0", "stackblur-canvas": "^2.4.0", "winston": "^3.3.3" }, "optionalDependencies": { "bufferutil": "^4.0.1", "utf-8-validate": "^5.0.2" }, "devDependencies": { "eslint-config-amber": "^2.0.3", "eslint-plugin-json": "^2.1.2" }, "eslintConfig": { "extends": "amber", "plugins": [ "json" ] } }