{ "name": "xiao", "version": "71.0.2", "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": ">=8.0.0" }, "dependencies": { "canvas": "github:automattic/node-canvas", "common-tags": "^1.7.2", "custom-translate": "^2.2.3", "discord.js": "github:discordjs/discord.js", "discord.js-commando": "github:discordjs/Commando", "erlpack": "github:discordapp/erlpack", "mathjs": "^4.0.1", "node-opus": "^0.2.7", "pg": "^6.4.2", "pg-hstore": "^2.3.2", "sequelize": "^4.37.5", "snekfetch": "^3.6.4", "uws": "^9.14.0", "xml2js": "^0.4.19", "zlib-sync": "^0.1.4" }, "devDependencies": { "eslint": "^4.19.0", "eslint-config-amber": "^1.0.0", "eslint-plugin-json": "^1.2.0" }, "eslintConfig": { "extends": "amber", "plugins": [ "json" ] } }