{ "name": "xiao", "version": "143.0.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", "discord", "discord-api", "discord-bot", "discord-js" ], "author": "dragonfire535 ", "license": "UNLICENSED", "bugs": { "url": "https://github.com/dragonfire535/xiao/issues" }, "homepage": "https://github.com/dragonfire535/xiao#readme", "engines": { "node": ">=15" }, "imports": { "#assets/*": "./assets/json/*.json", "#canvas": "./util/Canvas.js", "#util": "./util/Util.js" }, "dependencies": { "@discordjs/collection": "^2.0.0", "@discordjs/opus": "^0.9.0", "@discordjs/voice": "^0.16.1", "@tensorflow/tfjs-node": "^4.17.0", "@vitalets/google-translate-api": "^8.0.0", "aki-api": "^6.0.9", "bombsweeper.js": "^1.0.1", "canvas": "^2.11.2", "cheerio": "1.0.0-rc.12", "city-timezones": "^1.2.1", "cloc": "2.0.0-cloc", "common-tags": "^1.8.2", "connect4-ai": "^0.1.3", "custom-translate": "^2.2.8", "didyoumean2": "^5.0.0", "discord.js": "^13.17.1", "dotenv": "^16.4.5", "emoji-regex": "^10.3.0", "eslint": "^8.57.0", "fen-validator": "^2.0.1", "font-finder": "^1.1.0", "gifencoder": "^2.0.1", "gm": "^1.25.0", "html-entities": "^2.5.2", "image-to-ascii": "^3.2.0", "ioredis": "^5.3.2", "js-beautify": "^1.15.1", "js-chess-engine": "^1.0.2", "jszip": "^3.10.1", "kuroshiro": "^1.2.0", "kuroshiro-analyzer-kuromoji": "^1.1.0", "mathjs": "^12.4.1", "minimist": "^1.2.8", "moment": "^2.30.1", "moment-duration-format": "^2.3.2", "moment-timezone": "^0.5.45", "node-superfetch": "^0.3.3", "nsfwjs": "^4.1.0", "ntcjs": "^1.1.3", "parse-domain": "^8.0.2", "pokersolver": "^2.1.4", "random-js": "^2.1.0", "rss-parser": "^3.13.0", "semver": "^7.6.0", "sherlockjs": "^1.4.2", "stackblur-canvas": "^2.7.0", "tesseract.js": "^5.0.5", "text-diff": "^1.0.1", "tictactoe-minimax-ai": "github:marianoheller/tic-tac-toe-minimax", "twemoji-parser": "^14.0.0", "user-agents": "^1.1.148", "valid-url": "^1.0.9", "wavefile": "^11.0.0", "winston": "^3.12.0", "wuzzy": "^0.1.8", "ytdl-core": "^4.11.5", "zip-to-timezone": "^1.1.5" }, "optionalDependencies": { "bufferutil": "^4.0.8", "sodium-native": "^4.0.10", "utf-8-validate": "^6.0.3", "zlib-sync": "^0.1.9" }, "devDependencies": { "eslint-config-amber": "^2.0.4", "eslint-plugin-json": "^3.1.0" }, "eslintConfig": { "extends": [ "amber", "plugin:json/recommended" ], "plugins": [ "json" ] } }