-
Notifications
You must be signed in to change notification settings - Fork 737
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 753 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 753 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
{
"name": "@rolldown/debug",
"version": "1.0.0-rc.9",
"homepage": "https://rolldown.rs/",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/rolldown/rolldown.git",
"directory": "packages/debug"
},
"files": [
"dist"
],
"type": "module",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js"
}
},
"publishConfig": {
"access": "public"
},
"scripts": {
"gen-action-types": "oxnode ../../scripts/src/gen-debug-action-types.ts",
"build": "pnpm run gen-action-types && tsc -b",
"test": "echo \"Error: no test specified\" && exit 1",
"publint": "publint ."
},
"devDependencies": {
"@oxc-node/cli": "catalog:"
}
}