-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.11 KB
/
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
43
44
45
46
47
48
49
50
51
{
"name": "vbb-station-photos",
"description": "Photos of every subway station in Berlin.",
"version": "3.0.0",
"main": "index.js",
"files": [
"index.js",
"photos.js",
"original.json",
"large.json",
"medium.json",
"small.json"
],
"keywords": [
"vbb",
"stations",
"photos",
"subway",
"ubahn"
],
"authors": [
"Jannis R <[email protected]>",
"Julius Tens <[email protected]>"
],
"homepage": "https://github.com/derhuerst/vbb-station-photos",
"repository": "derhuerst/vbb-station-photos",
"issues": "https://github.com/derhuerst/vbb-station-photos/issues",
"license": "CC0-1.0",
"engines": {
"node": ">=16"
},
"devDependencies": {
"commons-photo-url": "^1.0.0",
"eslint": "^8.8.0",
"flickr-photo-url": "^2.0.1",
"node-fetch": "^2.3.0",
"p-retry": "^4.0.0",
"p-throttle": "^4.1.1",
"queue": "^6.0.0",
"tap-min": "^2.0.0",
"tape": "^5.0.0",
"vbb-stations": "^8.0.0"
},
"scripts": {
"lint": "eslint .",
"build": "node build.js",
"test": "node test.js | tap-min",
"optimize": "imageOptim -d ./data -q",
"prepublishOnly": "npm run lint && npm run build && npm test"
}
}