mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-03 23:36:43 +02:00
70 lines
1.5 KiB
JSON
70 lines
1.5 KiB
JSON
{
|
|
"name": "xiao",
|
|
"version": "67.1.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.3",
|
|
"discord.js": "github:discordjs/discord.js",
|
|
"discord.js-commando": "github:discordjs/Commando",
|
|
"erlpack": "github:discordapp/erlpack",
|
|
"mathjs": "^4.0.0",
|
|
"node-opus": "^0.2.7",
|
|
"pg": "^6.4.2",
|
|
"pg-hstore": "^2.3.2",
|
|
"sequelize": "^4.35.2",
|
|
"snekfetch": "^3.6.4",
|
|
"uws": "^9.14.0",
|
|
"xml2js": "^0.4.19",
|
|
"zlib-sync": "^0.1.4"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "^4.18.1",
|
|
"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"
|
|
}
|
|
}
|
|
}
|