-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.49 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
{
"name": "fism-next",
"version": "1.0.0",
"description": "Fishers Island Seagrass Management",
"main": "src/index.js",
"scripts": {
"test": "geoprocessing test",
"create:function": "geoprocessing create:function",
"create:client": "geoprocessing create:client",
"bootstrap": "geoprocessing bootstrap",
"deploy": "geoprocessing deploy",
"build": "geoprocessing build:lambda && geoprocessing build:client",
"build:client": "geoprocessing build:client",
"build:lambda": "geoprocessing build:lambda",
"storybook": "geoprocessing storybook",
"url": "geoprocessing url",
"clear-results": "geoprocessing clear-results",
"clear-all-results": "geoprocessing clear-all-results"
},
"keywords": [
"@seasketch/geoprocessing"
],
"devDependencies": {
"@seasketch/geoprocessing": "^0.9.0"
},
"repositoryUrl": "https://github.com/underbluewaters/fism-next",
"author": "Chad Burt",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/underbluewaters/fism-next.git"
},
"homepage": "https://github.com/underbluewaters/fism-next#readme",
"bugs": {
"url": "https://github.com/underbluewaters/fism-next/issues"
},
"dependencies": {
"@turf/buffer": "^6.3.0",
"@turf/dissolve": "^6.3.0",
"@turf/points-within-polygon": "^6.3.0",
"@turf/projection": "^6.3.0",
"csv": "^5.3.2",
"jest": "^26.6.3",
"katex": "^0.12.0",
"martinez-polygon-clipping": "^0.7.0",
"shapefile": "^0.6.6"
}
}