-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.21 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.21 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
41
42
43
44
45
46
47
48
49
50
51
{
"name": "mewmap",
"version": "0.1.0-alpha.5",
"description": "Interactive vector maps powered by SVG",
"type": "module",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"scripts": {
"dev": "vite",
"build": "tsc",
"check": "biome check",
"test": "vitest",
"prepare": "husky"
},
"author": "Scott Street <scott@spru.sr>",
"license": "MIT",
"homepage": "https://spru.sr/mewmap",
"bugs": {
"url": "https://github.com/sprusr/mewmap/issues",
"email": "scott@spru.sr"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sprusr/mewmap.git"
},
"keywords": [
"map",
"render",
"lightweight",
"vector",
"mvt",
"svg"
],
"files": [
"dist/"
],
"dependencies": {
"@bufbuild/protobuf": "^2.11.0",
"zod": "^4.3.6"
},
"devDependencies": {
"@biomejs/biome": "2.3.14",
"@bufbuild/buf": "^1.65.0",
"@bufbuild/protoc-gen-es": "^2.11.0",
"husky": "^9.1.7",
"typescript": "^5.9.3",
"vite": "^7.3.1",
"vitest": "^4.0.18"
},
"packageManager": "pnpm@10.28.1+sha512.7d7dbbca9e99447b7c3bf7a73286afaaf6be99251eb9498baefa7d406892f67b879adb3a1d7e687fc4ccc1a388c7175fbaae567a26ab44d1067b54fcb0d6a316"
}