-
Notifications
You must be signed in to change notification settings - Fork 20
/
Copy pathpackage.json
37 lines (37 loc) · 1.04 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
{
"name": "hsl-map-server",
"version": "1.0.0",
"description": "HSL map server",
"main": "config.js",
"scripts": {
"data-fetcher": "node data-fetcher/index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/HSLdevcom/hsl-map-server.git"
},
"author": "HSLdevcom",
"license": "MIT",
"bugs": {
"url": "https://github.com/HSLdevcom/hsl-map-server/issues"
},
"homepage": "https://github.com/HSLdevcom/hsl-map-server#readme",
"dependencies": {
"@mapbox/mbtiles": "^0.12.1",
"@turf/centroid": "^6.5.0",
"forever": "^4.0.3",
"hsl-map-style": "hsldevcom/hsl-map-style#master",
"lodash": "^4.17.21",
"request": "^2.88.2",
"requestretry": "^7.1.0",
"tessera": "hsldevcom/tessera",
"tilelive-geojson": "hsldevcom/tilelive-geojson",
"tilelive-gl": "hsldevcom/tilelive-gl"
},
"devDependencies": {
"eslint": "^8.33.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.27.5"
}
}