-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 909 Bytes
/
package.json
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
{
"name": "@alleninstitute/vis",
"scripts": {
"build": "pnpm -r run --no-bail build",
"watch": "pnpm -r run watch",
"test": "pnpm -r run --no-bail test:ci",
"typecheck": "pnpm -r --no-bail run typecheck",
"check": "biome check .",
"check:fix": "biome check . --write",
"fmt": "biome format . --write",
"fmt:check": "biome format .",
"lint": "biome lint . --write",
"lint:check": "biome lint ."
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@parcel/packager-ts": "2.12.0",
"@parcel/transformer-typescript-types": "2.12.0",
"buffer": "6.0.0",
"parcel": "2.12.0",
"process": "0.11.10",
"typescript": "5.7.3",
"vitest": "3.0.7"
},
"volta": {
"node": "22.11.0",
"pnpm": "9.14.2"
},
"packageManager": "[email protected]"
}