forked from advanced-astro/min
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
22 lines (22 loc) Β· 714 Bytes
/
Copy pathpackage.json
File metadata and controls
22 lines (22 loc) Β· 714 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"name": "root",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
"build": "pnpm --filter astro-min --filter demo run build",
"format": "biome check --apply ./packages",
"prepack": "npmignore --auto",
"publish": "pnpm publish --filter astro-min --no-git-checks",
"publish:dry": "pnpm publish --dry-run --filter astro-min --no-git-checks",
"version": "changeset version && pnpm install --no-frozen-lockfile --lockfile-only"
},
"devDependencies": {
"@biomejs/biome": "^1.5.3",
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.1",
"@types/node": "^20.11.17",
"npmignore": "^0.3.1"
},
"packageManager": "bun@1.0.26"
}