Files
xiao/package.json
T
2026-01-20 14:39:28 -05:00

105 lines
2.6 KiB
JSON

{
"name": "xiao",
"version": "159.3.4",
"description": "Your personal server companion.",
"main": "Xiao.js",
"scripts": {
"test": "npm run lint",
"lint": "eslint .",
"start": "node Xiao.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lilyissillyyy/xiao.git"
},
"keywords": [
"bot",
"discord",
"discord-api",
"discord-bot",
"discord-js"
],
"author": "lilyissillyyy <lilyodendahl@gmail.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/lilyissillyyy/xiao/issues"
},
"homepage": "https://github.com/lilyissillyyy/xiao#readme",
"engines": {
"node": ">=22.12"
},
"dependencies": {
"@discordjs/opus": "^0.10.0",
"@discordjs/voice": "^0.19.0",
"@dotenvx/dotenvx": "^1.51.4",
"@mediapipe/face_detection": "^0.4.1646425229",
"@napi-rs/canvas": "^0.1.88",
"@skyra/gifenc": "^1.0.1",
"@snazzah/davey": "^0.1.9",
"@tensorflow-models/face-detection": "^1.0.3",
"@tensorflow/tfjs-node": "^4.22.0",
"@twemoji/parser": "^17.0.1",
"bombsweeper.js": "^1.0.1",
"buffer": "^6.0.3",
"cheerio": "^1.1.2",
"city-timezones": "^1.3.3",
"cloc": "2.6.0-cloc",
"common-tags": "^1.8.2",
"connect4-ai": "^0.1.3",
"custom-translate": "^2.2.9",
"didyoumean2": "^7.0.4",
"discord.js": "^14.25.1",
"emoji-regex": "^10.6.0",
"fen-validator": "^2.0.1",
"font-finder": "^1.1.0",
"gm": "^1.25.1",
"html-entities": "^2.6.0",
"image-to-ascii": "^3.3.0",
"ioredis": "^5.9.0",
"js-chess-engine": "1.0.2",
"jszip": "^3.10.1",
"kuroshiro": "^1.2.0",
"kuroshiro-analyzer-kuromoji": "^1.1.0",
"mathjs": "^15.1.0",
"minimist": "^1.2.8",
"moment": "^2.30.1",
"moment-duration-format": "^2.3.2",
"moment-timezone": "^0.6.0",
"neopet-image-finder": "^5.0.3",
"node-superfetch": "^0.3.5",
"nsfwjs": "^4.2.1",
"ntcjs": "^1.1.3",
"parse-domain": "^8.2.2",
"pokersolver": "^2.1.4",
"qr": "^0.5.3",
"random-js": "^2.1.0",
"sagiri": "^4.3.0",
"semver": "^7.7.3",
"sherlockjs": "^1.4.2",
"stackblur-canvas": "^2.7.0",
"stream-json": "^1.9.1",
"text-diff": "^1.0.1",
"tictactoe-minimax-ai": "github:marianoheller/tic-tac-toe-minimax",
"twitter-openapi-typescript": "^0.0.55",
"user-agents": "^1.1.669",
"valid-url": "^1.0.9",
"wavefile": "^11.0.0",
"winston": "^3.19.0",
"wuzzy": "^0.1.8",
"zip-to-timezone": "^1.2.1"
},
"optionalDependencies": {
"bufferutil": "^4.1.0",
"sodium-native": "^5.0.10",
"utf-8-validate": "^6.0.6",
"zlib-sync": "^0.1.10"
},
"devDependencies": {
"@eslint/js": "^9.39.2",
"eslint": "^9.39.2",
"eslint-config-amber": "^2.0.5",
"eslint-plugin-jsonc": "^2.21.0",
"globals": "^17.0.0"
}
}