-
Notifications
You must be signed in to change notification settings - Fork 186
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 1.54 KB
/
package.json
File metadata and controls
32 lines (32 loc) · 1.54 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": "just-bash-monorepo",
"private": true,
"description": "Monorepo root for just-bash",
"scripts": {
"build": "pnpm --filter './packages/*' build",
"build:worker": "pnpm --filter just-bash build:worker",
"typecheck": "pnpm --filter './packages/*' typecheck",
"lint": "biome check . && pnpm --filter './packages/*' lint:banned",
"lint:fix": "biome check --write .",
"knip": "pnpm --filter './packages/*' knip",
"test:run": "pnpm --filter './packages/*' test:run",
"test:unit": "pnpm --filter './packages/*' test:unit",
"test:wasm": "pnpm --filter './packages/*' test:wasm",
"test:comparison": "pnpm --filter './packages/*' test:comparison",
"test:comparison:record": "pnpm --filter './packages/*' test:comparison:record",
"test:dist": "pnpm --filter './packages/*' test:dist",
"test:examples": "pnpm --filter cjs-consumer-example typecheck",
"check:worker-sync": "pnpm --filter just-bash check:worker-sync",
"shell": "pnpm --filter just-bash shell",
"dev:exec": "pnpm --filter just-bash dev:exec",
"changeset": "changeset",
"version-packages": "changeset version && pnpm install --lockfile-only",
"release": "pnpm --filter './packages/*' build && changeset publish"
},
"devDependencies": {
"@biomejs/biome": "2.3.10",
"@changesets/changelog-github": "^0.6.0",
"@changesets/cli": "^2.31.0"
},
"packageManager": "pnpm@10.33.2+sha512.a90faf6feeab71ad6c6e57f94e0fe1a12f5dcc22cd754db40ae9593eb6a3e0b6b12e3540218bb37ae083404b1f2ce6db2a4121e979829b4aff94b99f49da1cf8"
}