generated from florian-lefebvre/astro-integration-template
-
-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathpackage.json
More file actions
24 lines (24 loc) · 671 Bytes
/
package.json
File metadata and controls
24 lines (24 loc) · 671 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
{
"name": "root",
"private": true,
"packageManager": "[email protected]",
"engines": {
"node": ">=18.20.8"
},
"scripts": {
"package:dev": "pnpm --filter astro-integration-kit dev",
"playground:dev": "pnpm --filter playground dev",
"docs:dev": "pnpm --filter docs dev",
"changeset": "changeset",
"lint": "biome check .",
"lint:fix": "biome check --write .",
"ci-version": "changeset version && pnpm install --no-frozen-lockfile",
"ci-publish": "changeset publish",
"test": "pnpm --filter astro-integration-kit test"
},
"devDependencies": {
"@biomejs/biome": "2.4.6",
"@changesets/cli": "^2.30.0",
"@changesets/changelog-github": "^0.6.0"
}
}