-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 907 Bytes
/
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
{
"name": "graphql",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"mock": "jiti src/mock.ts",
"server": "jiti src/server.ts",
"generate": "graphql-codegen --config codegen.yml"
},
"keywords": [],
"author": "",
"license": "MIT",
"dependencies": {
"@apollo/server": "^4.5.0",
"@graphql-tools/mock": "^8.7.19",
"@graphql-tools/schema": "^9.0.17",
"express": "^4.18.2",
"express-graphql": "^0.12.0",
"graphql": "^15.3.0",
"graphql-tools": "^8.3.19"
},
"devDependencies": {
"@graphql-codegen/cli": "3.2.2",
"@graphql-codegen/typescript": "3.0.2",
"@graphql-codegen/typescript-resolvers": "3.1.1",
"@types/express": "^4.17.17",
"@types/node": "^18.15.5",
"jiti": "^1.18.2",
"typescript": "^5.0.2"
},
"pnpm": {
"peerDependencyRules": {
"ignoreMissing": ["@babel/core"]
}
}
}