-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.07 KB
/
package.json
File metadata and controls
38 lines (38 loc) · 1.07 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
{
"name": "ogcap-server-implementations",
"version": "0.0.1",
"type": "module",
"scripts": {
"start": "node ./dist/index.js",
"build": "vite build"
},
"main": "dist/index.js",
"dependencies": {
"@std/expect": "npm:@jsr/std__expect",
"@turf/boolean-intersects": "^7.2.0",
"@types/coveragejson": "^1.0.0",
"@types/deno": "^2.3.0",
"@types/geojson": "^7946.0.16",
"convert": "^5.7.0",
"cors": "^2.8.5",
"exegesis": "^4.3.0",
"exegesis-express": "^4.0.0",
"express": "^4.21.2",
"geojson-validation": "^1.0.2",
"js-yaml": "^4.1.0",
"kysely": "^0.27.5",
"morgan": "^1.10.0",
"pg": "^8.13.1",
"typescript": "^5.8.3",
"wkx": "^0.5.0"
},
"devDependencies": {
"@types/express": "^4.17.13",
"@types/js-yaml": "^4.0.9",
"@types/node": "^22.13.10",
"@types/pg": "^8.11.10",
"geojson": "^0.5.0",
"vite": "^6.3.5"
},
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}