-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
43 lines (43 loc) · 1.37 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
{
"name": "graphql-codegen-apollo-cache",
"version": "0.1.10",
"description": "GraphQL Code Generator plugin for generating a functions to read and write from the apollo cache",
"license": "MIT",
"scripts": {
"test": "jest",
"prepublish": "tsc",
"codegen": "graphql-codegen --config codegen.yml",
"release": "standard-version"
},
"repository": {
"type": "git",
"url": "https://github.com/correttojs/graphql-codegen-apollo-cache"
},
"dependencies": {
"@graphql-codegen/plugin-helpers": "^1.18.4",
"@graphql-codegen/visitor-plugin-common": "^1.20.0",
"auto-bind": "~4.0.0"
},
"main": "build/src/index.js",
"devDependencies": {
"@graphql-codegen/cli": "1.21.8",
"@graphql-codegen/fragment-matcher": "2.0.1",
"@graphql-codegen/import-types-preset": "1.18.6",
"@graphql-codegen/introspection": "1.18.2",
"@graphql-codegen/testing": "1.17.7",
"@graphql-codegen/typescript": "1.23.0",
"@graphql-codegen/typescript-operations": "1.18.4",
"@graphql-codegen/typescript-react-apollo": "2.3.1",
"@types/jest": "26.0.24",
"@types/node": "15.3.1",
"apollo-cache-inmemory": "1.6.6",
"apollo-client": "2.6.10",
"graphql": "15.5.1",
"graphql-codegen": "0.4.0",
"jest": "26.6.3",
"standard-version": "9.3.1",
"ts-jest": "26.5.6",
"typescript": "4.3.5"
},
"author": "Fabio Benedetti"
}