generated from florian-lefebvre/astro-integration-template
-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
31 lines (31 loc) · 910 Bytes
/
package.json
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
{
"name": "root",
"private": true,
"packageManager": "pnpm@9.12.3",
"engines": {
"node": ">=20.14.0"
},
"scripts": {
"playground:dev": "pnpm --filter playground dev",
"twoslash:build": "pnpm --filter expressive-code-twoslash build",
"docs:dev": "pnpm --filter docs-twoslash dev",
"changeset": "changeset",
"lint": "biome check .",
"lint:fix": "biome check --write .",
"ci:install": "pnpm install --frozen-lockfile",
"ci:version": "changeset version",
"ci:publish": "changeset publish",
"ci:build:twoslash": "pnpm twoslash:build",
"ci:docs-twoslash:build": "pnpm twoslash:build && pnpm --filter docs-twoslash build"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@changesets/cli": "^2.27.9",
"@changesets/config": "3.0.3",
"@changesets/changelog-github": "^0.5.0",
"tsm": "^2.3.0",
"tsup": "^8.3.5",
"@types/node": "^18.15.11",
"pkg-pr-new": "^0.0.30"
}
}