-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 716 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 716 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
{
"name": "example-persisted-documents-string-mode",
"version": "0.0.0",
"private": true,
"dependencies": {
"graphql-yoga": "3.7.2",
"@graphql-yoga/plugin-persisted-operations": "1.7.2"
},
"devDependencies": {
"@graphql-typed-document-node/core": "3.2.0-alpha-20230314161625-aafb8c1",
"jest": "28.1.3",
"babel-jest": "28.1.3",
"@graphql-codegen/cli": "3.2.2",
"@graphql-codegen/client-preset": "2.1.1",
"@babel/core": "7.21.0",
"@babel/preset-env": "7.20.2",
"@babel/preset-typescript": "7.21.0"
},
"scripts": {
"test": "jest",
"codegen": "graphql-codegen --config codegen.ts",
"build": "tsc",
"test:end2end": "yarn test"
},
"bob": false
}