Files
xiao/package.json
T
Daniel Odendahl Jr 5485ad138f Month type
2018-02-22 00:25:05 +00:00

70 lines
1.5 KiB
JSON

{
"name": "xiao",
"version": "66.0.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 <danielbodendahl@gmail.com>",
"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.2",
"discord.js": "github:discordjs/discord.js",
"discord.js-commando": "github:discordjs/Commando",
"erlpack": "github:discordapp/erlpack",
"mathjs": "^3.20.2",
"node-opus": "^0.2.7",
"pg": "^6.4.2",
"pg-hstore": "^2.3.2",
"sequelize": "^4.33.4",
"snekfetch": "^3.6.4",
"uws": "^9.14.0",
"xml2js": "^0.4.19",
"zlib-sync": "^0.1.4"
},
"devDependencies": {
"eslint": "^4.18.0",
"eslint-config-aqua": "^2.0.1",
"eslint-plugin-json": "^1.2.0"
},
"eslintConfig": {
"extends": "aqua",
"plugins": [
"json"
],
"rules": {
"camelcase": "off",
"id-length": "off",
"no-await-in-loop": "off",
"no-console": "off",
"no-process-env": "off",
"prefer-const": "error"
}
}
}