forked from bombshell-dev/clack
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 1.11 KB
/
package.json
File metadata and controls
34 lines (34 loc) · 1.11 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
{
"name": "@clack/root",
"private": true,
"type": "module",
"scripts": {
"stub": "pnpm -r run build --stub",
"build": "pnpm --filter \"@clack/*\" run build",
"start": "pnpm run dev",
"dev": "pnpm --filter @example/changesets run start",
"format": "biome check --write",
"lint": "biome lint --write --unsafe",
"type-check": "biome lint && tsc",
"test": "pnpm --color -r run test",
"ci:install": "pnpm install --no-frozen-lockfile",
"ci:version": "changeset version && pnpm add -D @pnpm/logger@^5.1.0 @pnpm/worker@^1000.1.3 && pnpx @qingshaner/jsr-release --allowDirty version --sync",
"ci:publish": "changeset publish",
"ci:prepublish": "pnpm build",
"deps:check": "pnpm dlx knip --production",
"jsr:test": "pnpm --filter \"@clack/*\" jsr --dry-run",
"jsr:run": "pnpm --filter \"@clack/*\" jsr"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@changesets/cli": "^2.26.2",
"@types/node": "^18.16.0",
"knip": "^3.8.4",
"typescript": "^5.2.2",
"unbuild": "^2.0.0"
},
"packageManager": "pnpm@9.14.2",
"volta": {
"node": "20.18.1"
}
}