Files
xiao/package.json
T
dependabot-preview[bot] 50625e067b Update mathjs requirement from ^5.10.3 to ^6.0.1 (#33)
Updates the requirements on [mathjs](https://github.com/josdejong/mathjs) to permit the latest version.
- [Release notes](https://github.com/josdejong/mathjs/releases)
- [Changelog](https://github.com/josdejong/mathjs/blob/develop/HISTORY.md)
- [Commits](https://github.com/josdejong/mathjs/compare/v5.10.3...v6.0.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-06-10 12:06:44 -04:00

63 lines
1.4 KiB
JSON

{
"name": "xiao",
"version": "105.3.1",
"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.5.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.0.0",
"gifencoder": "^2.0.1",
"mathjs": "^6.0.1",
"moment": "^2.24.0",
"moment-duration-format": "^2.3.2",
"moment-timezone": "^0.5.25",
"neopet-image-finder": "^5.0.2",
"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"
]
}
}