-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
37 lines (37 loc) · 1003 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"name": "die-drei-fragezeichen-telegram-bot",
"version": "1.0.0",
"description": "Telegram bot that broadcasts notification when there are new Die drei ??? episodes available on Spotify.",
"main": "app.js",
"dependencies": {
"cron": "^1.1.1",
"fs": "0.0.1-security",
"node-cron": "^1.1.2",
"node-telegram-bot-api": "^0.24.0",
"path": "^0.12.7",
"request": "^2.75.0",
"telegram-node-bot": "^4.0.3"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Simsso/Die-drei-Fragezeichen-Telegram-bot.git"
},
"keywords": [
"spotify",
"telegram",
"die",
"drei",
"fragezeichen",
"bot"
],
"author": "Timo Denk",
"license": "ISC",
"bugs": {
"url": "https://github.com/Simsso/Die-drei-Fragezeichen-Telegram-bot/issues"
},
"homepage": "https://github.com/Simsso/Die-drei-Fragezeichen-Telegram-bot#readme"
}