-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 753 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 753 Bytes
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": "vbb-common-places",
"description": "Aliases for common stations.",
"version": "2.0.0",
"main": "index.js",
"files": [
"index.js",
"stations.json",
"addresses.json"
],
"keywords": [
"vbb",
"stations",
"places"
],
"authors": [
"Jannis R <mail@jannisr.de>",
"Julius Tens <mail@julius-tens.de>"
],
"homepage": "https://github.com/derhuerst/vbb-common-places",
"repository": "git://github.com/derhuerst/vbb-common-places.git",
"license": "ISC",
"engines": {
"node": ">=16"
},
"devDependencies": {
"eslint": "^8.8.0",
"tap-min": "^2.0.0",
"tape": "^5.0.0",
"vbb-stations": "^8.0.0"
},
"scripts": {
"lint": "eslint .",
"test": "tape test.js | tap-min",
"prepublish": "npm run lint && npm test"
}
}