-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.53 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
52
53
{
"name": "@reuters-graphics/graphics-atlas-client",
"version": "0.5.2",
"main": "dist/index.js",
"repository": "https://github.com/reuters-graphics/graphics-atlas-client",
"author": "Jon McClure <[email protected]>",
"license": "MIT",
"private": false,
"files": [
"dist/**/*",
"topojson/**/*"
],
"scripts": {
"build:metadata": "npx ./bin/buildMetadata/index.js",
"build:maps": "npx ./bin/buildMaps/index.js",
"build:maps:custom": "npx ./bin/buildMaps/makeTopoJsonFromHandEditedFile.js",
"build": "rollup --config rollup.config.js",
"test": "mocha"
},
"devDependencies": {
"@reuters-graphics/eslint-config": "^0.0.2",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^8.0.1",
"@sindresorhus/slugify": "^1.0.0",
"@turf/bbox": "^6.0.1",
"@turf/bbox-polygon": "^6.0.1",
"@turf/boolean-crosses": "^6.0.1",
"@turf/centroid": "^6.0.2",
"@turf/dissolve": "^5.1.5",
"@turf/helpers": "^6.1.4",
"@turf/union": "^6.0.3",
"axios": "^0.19.2",
"chalk": "^4.1.0",
"csv-parse": "^4.10.1",
"eslint": "^6.8.0",
"expect.js": "^0.3.1",
"gzip-size": "^5.1.1",
"mocha": "^7.1.2",
"node-fetch": "^2.6.0",
"rollup": "^2.10.5",
"rollup-plugin-node-externals": "^2.2.0",
"rollup-plugin-size-snapshot": "^0.12.0",
"shapefile": "^0.6.6",
"simplify-geojson": "^1.0.3",
"topojson": "^3.0.2",
"unzipper": "^0.10.11"
},
"dependencies": {
"cross-fetch": "^3.0.5",
"glob": "^7.1.6",
"lodash": "^4.17.15"
}
}