BBLBTV_Suzie/package.json
karl.hudgell 98e24efdd6 updats
2020-08-03 20:01:19 +01:00

31 lines
694 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": {
"cached-request": "^2.0.1",
"dotenv": "^8.2.0",
"fs": "0.0.1-security",
"nato": "^0.1.1",
"node-telegram-bot-api": "^0.50.0",
"perfect-logger": "^2.0.1",
"request": "^2.88.2",
"require-dir": "^1.2.0",
"throttled-request": "^0.1.1"
},
"devDependencies": {
"decache": "^4.6.0"
}
}