-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 1.03 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
{
"name": "graphql-code-generator-unmask-fragment",
"version": "1.2.0",
"description": "This package provide a helper function and a utility type for graphql-code-generator in client-preset use cases.",
"keywords": [
"graphql",
"gql",
"typescript",
"d.ts"
],
"repository": "github:tnyo43/graphql-code-generator-unmask-fragment",
"homepage": "https://github.com/tnyo43/graphql-code-generator-unmask-fragment#readme",
"bugs": "https://github.com/tnyo43/graphql-code-generator-unmask-fragment/issues",
"type": "commonjs",
"main": "./src/index.cjs",
"types": "./src/index.d.ts",
"scripts": {
"test": "tsc --noEmit",
"example:generate": "graphql-codegen --config example/codegen.ts"
},
"files": ["src", "!*.test.*"],
"author": "Tomoya Kashifuku<[email protected]>",
"license": "MIT",
"devDependencies": {
"@graphql-codegen/cli": "^5.0.2",
"@graphql-codegen/client-preset": "^4.2.4",
"@graphql-typed-document-node/core": "^3.2.0",
"graphql": "^16.8.1",
"typescript": "^5.3.3"
}
}