-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.27 KB
/
Copy pathpackage.json
File metadata and controls
48 lines (48 loc) · 1.27 KB
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
{
"name": "mts-data-sync",
"version": "0.1.1",
"description": "Sync local geojson data to a Mapbox tileset using the MTS API",
"main": "index.js",
"bin": {
"mtsds": "./index.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mapbox/mts-data-sync.git"
},
"author": "Mapbox",
"license": "BSD-2-Clause",
"bugs": {
"url": "https://github.com/mapbox/mts-data-sync/issues"
},
"homepage": "https://github.com/mapbox/mts-data-sync#readme",
"devDependencies": {
"eslint": "^7.2.0",
"babel-eslint": "10.1.0",
"eslint-plugin-html": "^6.0.2",
"eslint-plugin-xss": "^0.1.10",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-import": "^2.22.0",
"@mapbox/eslint-config-mapbox": "^2.0.1"
},
"dependencies": {
"@mapbox/geojsonhint": "^3.0.0",
"@mapbox/mapbox-sdk": "^0.10.0",
"@mapbox/tile-cover": "^3.0.2",
"@mapbox/tilebelt": "^1.0.1",
"@turf/area": "^6.0.1",
"arg": "^4.1.3",
"await-sleep": "0.0.1",
"d3-format": "^2.0.0",
"dotenv": "^8.2.0",
"esm": "^3.2.25",
"geojson-stream": "^0.1.0",
"inquirer": "^7.2.0",
"ndjson": "^1.5.0",
"node-fetch": "^2.6.0",
"open": "^7.0.4"
}
}