-
Notifications
You must be signed in to change notification settings - Fork 28
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 823 Bytes
/
Copy pathpackage.json
File metadata and controls
26 lines (26 loc) · 823 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
{
"license": "MIT",
"scripts": {
"build": "tsc --build",
"clean": "pnpm --recursive exec rm -rf dist",
"test": "vitest",
"format": "biome format --write .",
"lint": "biome ci .",
"fix": "biome check --write .",
"publint": "pnpm --recursive --filter=\"./packages/**\" exec publint",
"update-fixtures": "uv run scripts/generate-v2.py && uv run scripts/generate-v3.py && bash scripts/zip-fixtures.sh",
"version": "changeset version && node scripts/sync-jsr.mjs"
},
"devDependencies": {
"@biomejs/biome": "2.5.7",
"@changesets/cli": "^2.31.1",
"@petamoriken/float16": "^3.9.3",
"@svitejs/changesets-changelog-github-compact": "^1.2.0",
"@types/node": "^26.1.2",
"publint": "^0.3.23",
"tintype": "^0.2.0",
"typescript": "^7.0.2",
"vitest": "^4.1.10"
},
"packageManager": "pnpm@9.7.0"
}