-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.27 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.27 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
{
"name": "monorepo",
"private": true,
"version": "0.3.0",
"description": "GPU-accelerated COG and Zarr visualization in deck.gl",
"scripts": {
"build": "tsc --build",
"build:watch": "tsc --build --watch",
"clean": "pnpm --recursive exec rm -rf dist",
"format": "biome format .",
"format:fix": "biome format --write .",
"lint": "biome lint .",
"lint:fix": "biome lint --write .",
"check": "biome check .",
"check:fix": "biome check --write .",
"publint": "pnpm --recursive --filter=\"./packages/**\" exec publint",
"test": "pnpm -r test",
"typecheck": "pnpm -r typecheck"
},
"devDependencies": {
"@biomejs/biome": "^2.3.13",
"publint": "^0.3.17",
"tsup": "^8.5.1",
"typescript": "^5.9.3"
},
"pnpm": {
"overrides": {
"@deck.gl/core": "9.2.7",
"@deck.gl/geo-layers": "9.2.7",
"@deck.gl/layers": "9.2.7",
"@deck.gl/mapbox": "9.2.7",
"@deck.gl/mesh-layers": "9.2.7",
"@luma.gl/constants": "9.2.6",
"@luma.gl/core": "9.2.6",
"@luma.gl/engine": "9.2.6",
"@luma.gl/gltf": "9.2.6",
"@luma.gl/shadertools": "9.2.6",
"@luma.gl/webgl": "9.2.6"
}
},
"packageManager": "pnpm@10.25.0",
"volta": {
"node": "24.11.1",
"pnpm": "10.25.0"
}
}