-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 883 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 883 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
33
34
{
"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": {
"build": "npm run build --workspaces",
"check": "npm run check --workspaces",
"clean": "npm run clean --workspaces",
"compile": "npm run compile --workspaces",
"docs": "typedoc --out docs",
"lint": "npm run lint --workspaces",
"test": "npm run test --workspaces",
"testdata": "./scripts/gen-testdatacode.groovy testdata.json"
},
"devDependencies": {
"@biomejs/biome": "^2.4.4",
"cpx2": "^8.0.0",
"npm-run-all2": "^8.0.4",
"renamer": "^5.0.2",
"rimraf": "^6.1.3",
"typedoc": "^0.28.17",
"typescript": "^5.9.3",
"vitest": "^4.0.18"
},
"volta": {
"node": "24.13.1"
}
}