-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 779 Bytes
/
Copy pathpackage.json
File metadata and controls
32 lines (32 loc) · 779 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
{
"name": "mutf-8-root",
"version": "0.0.1",
"private": true,
"license": "MIT",
"author": "sciencesakura <sakurasakurascience@gmail.com>",
"workspaces": [
"packages/mutf-8",
"packages/mutf-8-stream"
],
"scripts": {
"clean": "npm run clean --workspaces",
"test-data": "npm run test-data --workspaces",
"test": "npm run test --workspaces",
"check": "npm run check --workspaces",
"build": "npm run build --workspaces",
"docs": "typedoc --out docs"
},
"devDependencies": {
"@biomejs/biome": "^2.5.6",
"cpx2": "^9.0.0",
"npm-run-all2": "^9.0.3",
"renamer": "^5.0.3",
"rimraf": "^6.1.3",
"typedoc": "^0.28.20",
"typescript": "^6.0.3",
"vitest": "^4.1.10"
},
"volta": {
"node": "24.18.0"
}
}