-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 897 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 897 Bytes
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
{
"type": "module",
"scripts": {
"dev": "wrangler dev src/index.ts",
"deploy": "wrangler deploy --minify src/index.ts"
},
"engines": {
"node": ">=18.x"
},
"dependencies": {
"@hono/zod-validator": "0.2.1",
"@mapbox/mbtiles": "0.12.1",
"@mapbox/vector-tile": "1.3.1",
"hono": "4.1.5",
"opentype.js": "1.3.4",
"pbf": "3.2.1",
"pmtiles": "3.0.5",
"rbush": "3.0.1",
"zod": "3.22.4"
},
"devDependencies": {
"@cloudflare/workers-types": "4.20240320.1",
"@hono/eslint-config": "0.0.4",
"@types/node": "18.15.3",
"@types/opentype.js": "1.3.8",
"@types/pbf": "3.0.5",
"@types/rbush": "3.0.3",
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
"prettier": "3.2.5",
"wrangler": "3.40.0"
},
"packageManager": "pnpm@8.15.5+sha256.4b4efa12490e5055d59b9b9fc9438b7d581a6b7af3b5675eb5c5f447cee1a589"
}