BobbyIPTV_Suzie/package.json

36 lines
873 B
JSON
Raw Permalink Normal View History

2020-06-26 20:51:38 +01:00
{
"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",
2020-06-30 16:28:37 +00:00
"url": "http://kithub.cf/TelegramBots/BobbyIPTV_Suzie.git"
2020-06-26 20:51:38 +01:00
},
"author": "",
"license": "ISC",
"dependencies": {
2023-12-05 13:39:29 +00:00
"body-parser": "^1.19.0",
2020-06-26 20:51:38 +01:00
"cached-request": "^2.0.1",
"dotenv": "^8.2.0",
2023-12-05 13:39:29 +00:00
"express": "^4.17.1",
"express-basic-auth": "^1.2.0",
2020-06-26 20:51:38 +01:00
"fs": "0.0.1-security",
2021-07-12 13:33:59 +00:00
"nato": "^0.1.1",
2023-12-05 13:39:29 +00:00
"node-emoji": "^1.11.0",
2020-06-26 20:51:38 +01:00
"node-telegram-bot-api": "^0.50.0",
"perfect-logger": "^2.0.1",
2021-07-12 13:33:59 +00:00
"phonetic-alphabet-converter": "^1.1.0",
2020-06-26 20:51:38 +01:00
"request": "^2.88.2",
"require-dir": "^1.2.0",
"throttled-request": "^0.1.1"
2020-06-30 16:25:55 +00:00
},
"devDependencies": {
"decache": "^4.6.0"
2020-06-26 20:51:38 +01:00
}
}