Files
xiao/package.json
T
Daniel Odendahl Jr 49d246f875 Changes
2017-08-26 21:11:56 +00:00

63 lines
1.5 KiB
JSON

{
"name": "xiaobot",
"version": "31.2.3",
"description": "Your personal server companion.",
"main": "Shard.js",
"scripts": {
"test": "npm run lint",
"lint": "eslint .",
"start": "node Shard.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dragonfire535/xiaobot.git"
},
"keywords": [
"bot",
"commando",
"discord",
"discord-api",
"discord-bot",
"discord-js",
"discord-js-commando"
],
"author": "dragonfire535 <danielbodendahl@gmail.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/dragonfire535/xiaobot/issues"
},
"homepage": "https://github.com/dragonfire535/xiaobot#readme",
"engines": {
"node": ">=8.0.0"
},
"dependencies": {
"canvas": "github:automattic/node-canvas",
"custom-translate": "github:dragonfire535/custom-translate",
"discord.js": "github:hydrabolt/discord.js",
"discord.js-commando": "github:gawdl3y/discord.js-commando",
"erlpack": "github:hammerandchisel/erlpack",
"mathjs": "^3.16.2",
"moment": "^2.18.1",
"moment-duration-format": "^1.3.0",
"node-opus": "^0.2.6",
"snekfetch": "^3.2.9",
"uws": "^8.14.1",
"xml2js": "^0.4.19",
"zalgolize": "^1.2.4"
},
"devDependencies": {
"eslint": "^4.5.0",
"eslint-config-aqua": "^1.4.1"
},
"eslintConfig": {
"extends": "aqua",
"rules": {
"camelcase": "off",
"id-length": "off",
"no-await-in-loop": "off",
"no-console": "off",
"no-process-env": "off"
}
}
}