-
Notifications
You must be signed in to change notification settings - Fork 136
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 1.16 KB
/
Copy pathpackage.json
File metadata and controls
32 lines (32 loc) · 1.16 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
{
"name": "jco",
"scripts": {
"build:book": "mdbook build docs",
"build": "cargo xtask build debug",
"build:release": "cargo xtask build release",
"build:types:preview2-shim": "cargo xtask generate wasi-types preview2",
"build:types:preview3-shim": "cargo xtask generate wasi-types preview3",
"build:test:components": "pnpm run -r build:test:components",
"fmt": "pnpm run -r fmt",
"fmt:check": "pnpm run -r fmt:check",
"lint": "pnpm run -r lint",
"lint:fix": "pnpm run -r lint:fix",
"test:setup:puppeteer": "node scripts/install-puppeteer.mjs",
"test:setup:firefox": "node scripts/install-puppeteer.mjs firefox",
"test:examples": "pnpm run -r all",
"build:test:idl": "node scripts/create-idl-component.mjs"
},
"devDependencies": {
"@actions/github": "^6.0.1",
"@commitlint/config-conventional": "^19.8.1",
"@commitlint/lint": "^21.2.0",
"@commitlint/load": "^21.2.0",
"@commitlint/read": "^21.2.1",
"@puppeteer/browsers": "^2.13.2",
"conventional-changelog-conventionalcommits": "^9.3.1",
"git-cliff": "^2.13.1",
"oxfmt": "^0.32.0",
"oxlint": "^1.77.0",
"semver": "^7.8.5"
}
}