BBLBTV_Suzie/package.json
2020-06-25 19:45:38 +01:00

32 lines
781 B
JSON

{
"name": "bblbtv_bot",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build:docker": "docker build -t BBLBTV_bot ."
},
"repository": {
"type": "git",
"url": "http://kithub.cf/Karl/BBLBTV_bot.git"
},
"author": "",
"license": "ISC",
"dependencies": {
"array-to-table": "^1.0.1",
"cached-request": "^2.0.1",
"dotenv": "^8.2.0",
"fs": "0.0.1-security",
"html-table-builder": "^1.0.1",
"node-html-to-image": "^2.1.1",
"node-telegram-bot-api": "^0.50.0",
"obj-array-table": "^1.0.17",
"perfect-logger": "^2.0.1",
"request": "^2.88.2",
"require-dir": "^1.2.0",
"table": "^5.4.6",
"throttled-request": "^0.1.1"
}
}