This repository has been archived on 2022-01-28. You can view files and clone it, but cannot push or open issues or pull requests.
beebot/package.json

29 lines
638 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": "^1.6.5",
"discord.js": "^11.1.0",
"express": "^4.15.2",
"gifencoder": "^1.1.0",
"got": "^8.0.1",
"lodash": "^4.17.4",
"omggif": "^1.0.9",
"request": "^2.81.0"
},
"devDependencies": {
"eslint": "^4.14.0",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-plugin-import": "^2.8.0"
}
}