BBLBTV_Suzie/package.json

31 lines
694 B
JSON
Raw Permalink Normal View History

2020-06-21 12:01:11 +01:00
{
"name": "bblbtv_bot",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
2020-06-21 17:57:42 +01:00
"test": "echo \"Error: no test specified\" && exit 1",
"build:docker": "docker build -t BBLBTV_bot ."
2020-06-21 12:01:11 +01:00
},
"repository": {
"type": "git",
"url": "http://kithub.cf/Karl/BBLBTV_bot.git"
},
"author": "",
"license": "ISC",
"dependencies": {
2020-06-23 11:29:19 +01:00
"cached-request": "^2.0.1",
2020-06-21 17:10:37 +01:00
"dotenv": "^8.2.0",
2020-06-25 16:17:46 +01:00
"fs": "0.0.1-security",
2020-08-03 20:01:19 +01:00
"nato": "^0.1.1",
2020-06-21 22:25:03 +01:00
"node-telegram-bot-api": "^0.50.0",
"perfect-logger": "^2.0.1",
2020-06-24 10:54:55 +01:00
"request": "^2.88.2",
2020-06-25 19:45:38 +01:00
"require-dir": "^1.2.0",
2020-06-24 10:54:55 +01:00
"throttled-request": "^0.1.1"
2020-06-29 22:43:41 +01:00
},
"devDependencies": {
"decache": "^4.6.0"
2020-06-21 12:01:11 +01:00
}
}