forked from dotansimha/graphql-code-generator
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 788 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 788 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
{
"name": "dev-test-alpha",
"description": "dev-test-alpha",
"version": "0.0.1",
"type": "module",
"dependencies": {
"@apollo/client": "3.13.8",
"@graphql-codegen/cli": "workspace:../packages/graphql-codegen-cli",
"@graphql-codegen/near-operation-file-preset": "4.0.0",
"@graphql-codegen/plugin-helpers": "workspace:../packages/utils/plugins-helpers",
"@graphql-codegen/typescript-operations": "workspace:../packages/plugins/typescript/operations",
"del": "^6.1.1",
"graphql": "^16.9.0",
"lodash-es": "^4.17.15"
},
"devDependencies": {
"@types/lodash-es": "^4.17.6",
"@types/node": "^25.0.3",
"typescript": "^5.9.3"
},
"files": [
"cli"
],
"scripts": {
"start": "npx tsx cli/index.ts"
},
"sideEffects": false
}