Keith/package.json

21 lines
438 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-21 17:10:37 +01:00
"dotenv": "^8.2.0",
2020-06-21 12:01:11 +01:00
"node-telegram-bot-api": "^0.50.0"
}
}