-
Notifications
You must be signed in to change notification settings - Fork 737
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1.04 KB
/
package.json
File metadata and controls
37 lines (37 loc) · 1.04 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
{
"name": "@rolldown-internal/scripts",
"private": true,
"type": "module",
"scripts": {
"type-check": "tsc -b",
"setup-bench": "oxnode ./misc/setup-benchmark-input/index.js",
"gen-esbuild-tests": "oxnode ./src/esbuild-tests/gen-tests.ts",
"esbuild-snap-diff": "oxnode ./src/esbuild-tests/snap-diff/index.ts"
},
"dependencies": {
"@pnpm/find-workspace-packages": "catalog:",
"@types/fs-extra": "catalog:",
"@types/semver": "catalog:",
"chalk": "catalog:",
"change-case": "catalog:",
"dedent": "catalog:",
"fast-glob": "catalog:",
"follow-redirects": "catalog:",
"fs-extra": "catalog:",
"remark-parse": "catalog:",
"rolldown-tests": "workspace:*",
"semver": "catalog:",
"unified": "catalog:",
"zx": "catalog:"
},
"devDependencies": {
"@oxc-node/cli": "catalog:",
"@oxlint/plugins": "^1.48.0",
"acorn": "catalog:",
"astring": "catalog:",
"diff": "catalog:",
"estree-toolkit": "catalog:",
"micromatch": "catalog:",
"web-tree-sitter": "catalog:"
}
}