63796d4abb
Bumps [eslint](https://github.com/eslint/eslint) from 4.14.0 to 4.18.2. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/compare/v4.14.0...v4.18.2) Signed-off-by: dependabot[bot] <support@github.com>
30 lines
700 B
JSON
30 lines
700 B
JSON
{
|
|
"name": "bannedbot",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"start": "node index.js",
|
|
"docker": "docker build -t beebot ."
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"canvas": "^2.0.1",
|
|
"discord.js": "^11.4.2",
|
|
"express": "^4.15.2",
|
|
"gifencoder": "^1.1.0",
|
|
"got": "^8.0.1",
|
|
"lodash": "^4.17.11",
|
|
"mime-types": "^2.1.17",
|
|
"omggif": "^1.0.9",
|
|
"request": "^2.88.0",
|
|
"stream-buffers": "^3.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "^4.18.2",
|
|
"eslint-config-airbnb-base": "^12.1.0",
|
|
"eslint-plugin-import": "^2.8.0"
|
|
}
|
|
}
|