forked from public-transport/db-hafas
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 867 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
38
39
40
41
42
{
"name": "db-hafas",
"description": "JavaScript client for the DB HAFAS API.",
"version": "6.0.0",
"type": "module",
"main": "index.js",
"files": [
"index.js",
"throttle.js",
"retry.js",
"example.js"
],
"author": "Jannis R <[email protected]>",
"homepage": "https://github.com/public-transport/db-hafas/tree/6",
"repository": "public-transport/db-hafas",
"bugs": "https://github.com/public-transport/db-hafas/issues",
"license": "ISC",
"keywords": [
"deutsche bahn",
"db",
"german",
"railway",
"public transport",
"transit",
"hafas",
"hafas-client"
],
"engines": {
"node": ">=18"
},
"dependencies": {
"hafas-client": "^6.0.1"
},
"devDependencies": {
"eslint": "^8.30.0"
},
"scripts": {
"lint": "eslint .",
"smoke-test": "env NODE_ENV=dev node example.js >/dev/null",
"prepublishOnly": "npm run smoke-test"
}
}