-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdeno.json
More file actions
40 lines (40 loc) · 1.11 KB
/
deno.json
File metadata and controls
40 lines (40 loc) · 1.11 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
{
"name": "ogc-edr-api",
"version": "0.0.1",
"tasks": {
"dev": "deno run -A --watch-hmr --env-file index.ts"
},
"imports": {
"exegesis-express": "npm:exegesis-express",
"@types/node": "npm:@types/node",
"@types/geojson": "npm:@types/geojson",
"@turf/bbox-polygon": "npm:@turf/bbox-polygon",
"exegesis": "npm:exegesis",
"proj4": "npm:proj4",
"@turf/boolean-intersects": "npm:@turf/boolean-intersects",
"@scalar/core": "npm:@scalar/core",
"@turf/bbox": "npm:@turf/bbox",
"yaml": "npm:yaml",
"express": "npm:express",
"@types/coveragejson": "npm:@types/coveragejson",
"betterknown": "npm:betterknown",
"convert": "npm:convert",
"wkx": "npm:wkx",
"@turf/buffer": "npm:@turf/buffer",
"geotiff": "npm:geotiff",
"vite": "npm:vite",
"websocket-express": "npm:websocket-express",
"date-fns-tz": "npm:date-fns-tz",
"date-fns": "npm:date-fns",
"cors": "npm:cors",
"@types/cors": "npm:@types/cors"
},
"fmt": {
"singleQuote": true,
"quoteProps": "asNeeded"
},
"deploy": {
"org": "murithigeo",
"app": "ogc-edr-api"
}
}