-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
37 lines (37 loc) · 826 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
{
"private": true,
"name": "vbb-telegram",
"description": "A Telegram bot for Berlin & Brandenburg public transport.",
"version": "0.1.0",
"main": "index.js",
"keywords": [
"vbb",
"telegram",
"bot",
"departures",
"routing",
"journeys",
"routes"
],
"author": "Jannis R <mail@jannisr.de>",
"homepage": "https://github.com/derhuerst/vbb-telegram",
"repository": "git://github.com/derhuerst/vbb-telegram.git",
"license": "ISC",
"engines": {
"node": ">=8"
},
"dependencies": {
"bvg-hafas": "^1.0.1",
"hifo": "^1.0.0",
"js-string-escape": "^1.0.1",
"level": "^5.0.0",
"luxon": "^1.3.3",
"ms": "^2.1.1",
"parse-messy-time": "^2.1.0",
"string-width": "^2.1.1",
"telegraf": "^3.19.0",
"vbb-lines-at": "^3.11.0",
"vbb-stations": "^6.2.1",
"vbb-stations-autocomplete": "^3.2.0"
}
}