forked from kamilkisiela/graphql-inspector
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
139 lines (139 loc) · 4.48 KB
/
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
{
"name": "graphql-inspector-mono-repository",
"description": "Tooling for GraphQL. Compare GraphQL Schemas, check documents, find breaking changes, find similar types.",
"repository": {
"type": "git",
"url": "kamilkisiela/graphql-inspector"
},
"author": {
"name": "Kamil Kisiela",
"email": "kamil.kisiela@gmail.com",
"url": "https://github.com/kamilkisiela"
},
"license": "MIT",
"private": true,
"packageManager": "pnpm@9.1.1",
"engines": {
"node": ">=18.0.0",
"pnpm": ">=9.1.1"
},
"keywords": [
"graphql",
"graphql-inspector",
"tools",
"cli",
"api",
"ui"
],
"scripts": {
"action": "ncc build packages/action/src/action.ts --out action --minify --transpile-only",
"build": "bob build",
"bundle": "webpack",
"check": "bob check",
"lint": "eslint --cache --ignore-path .gitignore .",
"lint:prettier": "prettier --cache --check .",
"prebuild": "rimraf \"packages/**/dist/\"",
"precommit": "lint-staged",
"prerelease": "pnpm action",
"prettier": "pnpm lint:prettier --write",
"release": "pnpm build && pnpm changeset publish",
"release:canary": "npm run release -- canary",
"test": "vitest"
},
"dependencies": {
"@sentry/node": "8.7.0",
"@sentry/tracing": "7.114.0",
"@whatwg-node/fetch": "0.9.17",
"husky": "9.0.11",
"immer": "10.1.1",
"js-yaml": "4.1.0",
"probot": "12.3.3",
"shelljs": "0.8.5",
"yargs": "17.7.2"
},
"devDependencies": {
"@babel/core": "7.25.8",
"@changesets/changelog-github": "0.5.0",
"@changesets/cli": "2.27.5",
"@graphql-inspector/audit-command": "workspace:*",
"@graphql-inspector/code-loader": "workspace:*",
"@graphql-inspector/commands": "workspace:*",
"@graphql-inspector/config": "workspace:*",
"@graphql-inspector/coverage-command": "workspace:*",
"@graphql-inspector/diff-command": "workspace:*",
"@graphql-inspector/docs-command": "workspace:*",
"@graphql-inspector/git-loader": "workspace:*",
"@graphql-inspector/github-loader": "workspace:*",
"@graphql-inspector/graphql-loader": "workspace:*",
"@graphql-inspector/introspect-command": "workspace:*",
"@graphql-inspector/json-loader": "workspace:*",
"@graphql-inspector/loaders": "workspace:*",
"@graphql-inspector/serve-command": "workspace:*",
"@graphql-inspector/similar-command": "workspace:*",
"@graphql-inspector/url-loader": "workspace:*",
"@graphql-inspector/validate-command": "workspace:*",
"@theguild/eslint-config": "0.11.9",
"@theguild/prettier-config": "2.0.6",
"@types/body-parser": "1.19.5",
"@types/cors": "2.8.17",
"@types/express": "4.17.21",
"@types/node": "20.12.13",
"@types/yargs": "17.0.32",
"@vercel/ncc": "0.38.2",
"bob-the-bundler": "7.0.1",
"eslint": "8.57.0",
"graphql": "16.8.1",
"graphql-config": "5.0.3",
"jsesc": "3.0.2",
"lint-staged": "15.2.5",
"lodash": "4.17.21",
"nock": "13.5.4",
"prettier": "3.2.5",
"rimraf": "5.0.7",
"smee-client": "2.0.1",
"strip-ansi": "7.1.0",
"typescript": "5.4.5",
"vitest": "0.34.6"
},
"sideEffects": false,
"lint-staged": {
"*.{js,jsx,mjs,json,md,ts,tsx,graphql,gql,yaml,yml}": [
"prettier --write",
"git add"
]
},
"pnpm": {
"overrides": {
"@octokit/types": "5.4.1",
"vite@>=4.0.0 <=4.5.1": ">=4.5.2",
"katex@>=0.11.0 <0.16.10": ">=0.16.10",
"katex@>=0.15.4 <0.16.10": ">=0.16.10",
"katex@>=0.10.0-beta <0.16.10": ">=0.16.10",
"express@<4.19.2": ">=4.19.2",
"@babel/traverse@<7.23.2": ">=7.23.2",
"vite@>=4.0.0 <=4.5.2": ">=4.5.3",
"braces@<3.0.3": ">=3.0.3",
"ws@>=8.0.0 <8.17.1": ">=8.17.1",
"ws@>=7.0.0 <7.5.10": ">=7.5.10",
"vite@>=4.2.0 <4.2.3": ">=4.2.3",
"elliptic@>=4.0.0 <=6.5.6": ">=6.5.7",
"elliptic@>=2.0.0 <=6.5.6": ">=6.5.7",
"elliptic@>=5.2.1 <=6.5.6": ">=6.5.7",
"micromatch@<4.0.8": ">=4.0.8",
"zod@<=3.22.2": ">=3.22.3",
"body-parser@<1.20.3": ">=1.20.3",
"send@<0.19.0": ">=0.19.0",
"serve-static@<1.16.0": ">=1.16.0",
"express@<4.20.0": ">=4.20.0",
"dset@<3.1.4": ">=3.1.4",
"path-to-regexp@<0.1.10": ">=0.1.10",
"dompurify@>=3.0.0 <3.1.3": ">=3.1.3",
"next@>=14.0.0 <14.2.10": ">=14.2.10",
"vite@>=4.0.0 <4.5.4": ">=4.5.4",
"vite@>=4.0.0 <=4.5.3": ">=4.5.4",
"rollup@>=3.0.0 <3.29.5": ">=3.29.5",
"cookie@<0.7.0": ">=0.7.0",
"elliptic@<6.5.6": ">=6.5.6"
}
}
}