61c1fee64a
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.11 to 4.17.13. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/4.17.11...4.17.13) 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.13",
|
|
"mime-types": "^2.1.17",
|
|
"omggif": "^1.0.9",
|
|
"request": "^2.88.0",
|
|
"stream-buffers": "^3.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "^4.14.0",
|
|
"eslint-config-airbnb-base": "^12.1.0",
|
|
"eslint-plugin-import": "^2.8.0"
|
|
}
|
|
}
|