-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.26 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.26 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
{
"name": "tsumugi-lib",
"private": true,
"version": "0.0.0",
"description": "monorepo",
"type": "module",
"imports": {
"#svgx/jsx-runtime": "./pages/svgx/jsx-runtime.ts",
"#svgx/jsx-dev-runtime": "./pages/svgx/jsx-runtime.ts"
},
"scripts": {
"manifest": "tsx ./scripts/manifest.ts",
"lines": "tsx ./scripts/lines.ts",
"build": "tsx ./scripts/index.ts --build",
"skill": "tsx ./scripts/index.ts --skill",
"pub": "tsx ./scripts/index.ts --publish",
"test": "tsx ./scripts/index.ts --test",
"cover": "pnpm -r --if-present run cover",
"svg": "tsx --tsconfig ./pages/tsconfig.json ./pages/plugins/src/rollup-plugin-table.tsx",
"lint": "oxlint ."
},
"license": "MIT",
"devDependencies": {
"@rollup/plugin-alias": "^6.0.0",
"@rollup/plugin-commonjs": "^29.0.2",
"@rollup/plugin-node-resolve": "^16.0.3",
"@rollup/plugin-replace": "^6.0.3",
"@rollup/plugin-terser": "^1.0.0",
"@rollup/plugin-typescript": "^12.3.0",
"@types/node": "^25.6.0",
"@vitest/coverage-v8": "^4.1.5",
"oxlint": "^1.61.0",
"prettier": "^3.8.3",
"rimraf": "^6.1.3",
"rollup": "^4.60.2",
"rollup-plugin-copy": "^3.5.0",
"rollup-plugin-dts": "^6.4.1",
"tslib": "^2.8.1",
"tsx": "^4.21.0",
"typescript": "^6.0.3",
"vite": "^8.0.10",
"vitest": "^4.1.5"
}
}