-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 975 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
32
33
34
35
36
37
38
39
40
41
42
43
{
"name": "@labdigital/graphql-codegen-bruno",
"version": "1.1.0",
"type": "commonjs",
"main": "dist/index.js",
"publishConfig": {
"access": "public"
},
"scripts": {
"build": "tsup",
"lint": "biome ci && tsc --noEmit",
"clean": "rm -rf dist",
"publish:ci": "pnpm build && pnpm changeset publish",
"test": "vitest run",
"test:ci": "vitest run --coverage"
},
"dependencies": {
"@biomejs/biome": "^1.8.3",
"@graphql-codegen/plugin-helpers": "^5.0.4",
"fs-extra": "^11.2.0",
"prettier": "^3.3.3",
"vitest": "^2.0.5"
},
"devDependencies": {
"@changesets/cli": "^2.27.7",
"@graphql-tools/graphql-file-loader": "^8.0.1",
"@graphql-tools/load": "^8.0.2",
"@types/fs-extra": "^11.0.4",
"@types/node": "^22.5.2",
"@vitest/coverage-v8": "^2.0.5",
"tsup": "^8.2.4",
"typescript": "^5.5.4"
},
"peerDependencies": {
"graphql": "^16.9.0"
},
"pnpm": {
"overrides": {
"graphql": "16.9.0"
}
},
"packageManager": "pnpm@9.9.0"
}