-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 823 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 823 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
{
"scripts": {
"dev": "esbuild js/widget.ts --minify --format=esm --bundle --outdir=src/d2_widget/static --sourcemap=inline --watch",
"build": "esbuild js/widget.ts --minify --format=esm --bundle --outdir=src/d2_widget/static",
"typecheck": "tsc --noEmit",
"format": "oxfmt --write .",
"format:check": "oxfmt --check .",
"lint": "oxlint . --deny-warnings"
},
"devDependencies": {
"@anywidget/types": "^0.2.0",
"@terrastruct/d2": "0.1.33",
"esbuild": "^0.27.3",
"oxfmt": "0.35.x",
"oxlint": "^1.50.0",
"typescript": "^5.9.3"
},
"engines": {
"node": "24.x"
},
"packageManager": "[email protected]+sha512.3590e550d5384caa39bd5c7c739f72270234b2f6059e13018f975c313b1eb9fefcc09714048765d4d9efe961382c312e624572c0420762bdc5d5940cdf9be73a",
"pnpm": {
"onlyBuiltDependencies": [
"esbuild"
]
}
}