21 lines
438 B
JSON
21 lines
438 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": {
|
|
"dotenv": "^8.2.0",
|
|
"node-telegram-bot-api": "^0.50.0"
|
|
}
|
|
}
|