mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-03 23:36:43 +02:00
65 lines
1.4 KiB
JSON
65 lines
1.4 KiB
JSON
{
|
|
"name": "xiaobot",
|
|
"version": "47.7.0",
|
|
"description": "Your personal server companion.",
|
|
"main": "Shard.js",
|
|
"scripts": {
|
|
"test": "npm run lint",
|
|
"lint": "eslint . --ext .js --ext .json",
|
|
"start": "node Shard.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://bitbucket.org/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://bitbucket.org/dragonfire535/xiaobot/issues"
|
|
},
|
|
"homepage": "https://bitbucket.org/dragonfire535/xiaobot#readme",
|
|
"engines": {
|
|
"node": ">=8.0.0"
|
|
},
|
|
"dependencies": {
|
|
"canvas": "github:automattic/node-canvas",
|
|
"common-tags": "^1.4.0",
|
|
"custom-translate": "^2.1.1",
|
|
"discord.js": "github:hydrabolt/discord.js",
|
|
"discord.js-commando": "github:gawdl3y/discord.js-commando",
|
|
"erlpack": "github:discordapp/erlpack",
|
|
"node-opus": "^0.2.7",
|
|
"snekfetch": "^3.5.2",
|
|
"tsubaki": "^1.2.0",
|
|
"uws": "^8.14.1",
|
|
"xml-js": "^1.5.1"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "^4.9.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"
|
|
}
|
|
}
|
|
}
|