-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 906 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 906 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
25
26
27
28
29
30
31
{
"name": "gqlkit",
"private": true,
"packageManager": "pnpm@10.33.0",
"scripts": {
"prepare": "lefthook install",
"build": "pnpm -r build",
"check": "biome check --write",
"test": "vitest run",
"typecheck": "pnpm -r typecheck",
"knip": "knip",
"docs:dev": "pnpm --filter @gqlkit-ts/docs dev",
"docs:build": "pnpm --filter @gqlkit-ts/docs build",
"docs:preview": "pnpm --filter @gqlkit-ts/docs preview",
"changeset:version": "changeset version",
"changeset:release": "pnpm build && changeset publish"
},
"devDependencies": {
"@biomejs/biome": "2.4.12",
"@changesets/changelog-github": "0.6.0",
"@changesets/cli": "2.31.0",
"@types/node": "24.12.2",
"@vitest/coverage-v8": "4.1.5",
"graphql": "catalog:",
"knip": "6.6.0",
"lefthook": "2.1.6",
"tsx": "4.21.0",
"typescript": "5.9.3",
"vitest": "4.1.5"
}
}