forked from rolldown/rolldown
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.39 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.39 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
45
46
47
48
49
{
"name": "monorepo",
"private": true,
"description": "Rollup in Rust",
"license": "MIT",
"type": "module",
"scripts": {
"prepare": "vp config",
"lint-knip": "knip",
"lint-publint": "pnpm run -r --aggregate-output publint",
"build": "echo \"Use just build\"",
"build:release": "echo \"Use just build native release\"",
"test": "echo \"Use just test-node\"",
"ci:build-release-binding": "pnpm --filter rolldown run build-binding:release",
"docs": "pnpm --filter rolldown-docs run dev",
"docs:build": "pnpm --filter rolldown-docs run generate && pnpm --filter rolldown-docs run build",
"docs:preview": "pnpm --filter rolldown-docs run preview"
},
"devDependencies": {
"@oxc-node/core": "catalog:",
"@oxc-project/runtime": "catalog:",
"@types/node": "catalog:",
"cjs-module-lexer": "^2.1.0",
"knip": "^5.61.3",
"oxfmt": "^0.41.0",
"playwright-chromium": "^1.56.1",
"publint": "^0.3.16",
"remove-unused-vars": "^0.0.12",
"rolldown": "workspace:*",
"typescript": "catalog:",
"vite-plus": "^0.1.13"
},
"engines": {
"node": "^20.19.0 || >=22.12.0"
},
"packageManager": "pnpm@10.23.0",
"pnpm": {
"overrides": {
"vitepress>vite": "npm:rolldown-vite@latest"
},
"onlyBuiltDependencies": [
"@parcel/watcher",
"esbuild",
"oxc-resolver",
"sharp",
"tree-sitter"
]
}
}