-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.09 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
{
"name": "union-subdivided-polygons",
"version": "0.9.1",
"description": "Efficiently union polygons that are known to have been subdivided using an algorithm such as PostGIS ST_Subdivide",
"main": "dist/index.js",
"scripts": {
"test": "jest",
"build": "tsc",
"build:watch": "tsc --watch",
"prepare": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/seasketch/union-subdivided-polygons.git"
},
"author": "Chad Burt",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/seasketch/union-subdivided-polygons/issues"
},
"homepage": "https://github.com/seasketch/union-subdivided-polygons#readme",
"dependencies": {
"@turf/bbox": "^6.0.1"
},
"devDependencies": {
"@turf/combine": "^6.0.1",
"@types/geojson": "^7946.0.7",
"@types/node": "^13.11.1",
"@types/slonik": "^22.1.2",
"chalk": "^4.0.0",
"flatbush": "^3.3.0",
"geobuf": "^3.0.1",
"jest": "^25.4.0",
"node-fetch": "^2.6.0",
"pbf": "^3.2.1",
"pretty-bytes": "^5.3.0",
"slonik": "^23.6.4",
"typescript": "^3.8.3"
}
}