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

21 lines
431 B
JSON
Raw Normal View History

2017-12-07 03:30:56 +01:00
{
"name": "bannedbot",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
2017-12-15 14:22:51 +01:00
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js",
"docker": "docker build -t beebot ."
2017-12-07 03:30:56 +01:00
},
"author": "",
"license": "ISC",
"dependencies": {
"canvas": "^1.6.5",
"discord.js": "^11.1.0",
"express": "^4.15.2",
2017-12-11 16:51:06 +01:00
"lodash": "^4.17.4",
2017-12-07 03:30:56 +01:00
"request": "^2.81.0"
}
}