mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-03 15:07:42 +02:00
62 lines
1.3 KiB
JSON
62 lines
1.3 KiB
JSON
{
|
|
"name": "xiao",
|
|
"version": "107.8.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": ">=12"
|
|
},
|
|
"dependencies": {
|
|
"canvas": "^2.6.0",
|
|
"cheerio": "^1.0.0-rc.3",
|
|
"common-tags": "^1.8.0",
|
|
"custom-translate": "^2.2.8",
|
|
"discord.js": "github:discordjs/discord.js",
|
|
"discord.js-commando": "github:discordjs/Commando",
|
|
"dotenv": "^8.2.0",
|
|
"gifencoder": "^2.0.1",
|
|
"mathjs": "^6.2.3",
|
|
"moment": "^2.24.0",
|
|
"moment-duration-format": "^2.3.2",
|
|
"moment-timezone": "^0.5.27",
|
|
"node-superfetch": "^0.1.9",
|
|
"random-js": "^2.1.0",
|
|
"winston": "^3.2.1"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "^5.16.0",
|
|
"eslint-config-amber": "^2.0.0",
|
|
"eslint-plugin-json": "^1.4.0"
|
|
},
|
|
"eslintConfig": {
|
|
"extends": "amber",
|
|
"plugins": [
|
|
"json"
|
|
]
|
|
}
|
|
}
|