-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.04 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.04 KB
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
{
"name": "graphql_dart_codegen",
"version": "1.0.0",
"description": "",
"main": "dist/index.js",
"scripts": {
"build": "tsc",
"test": "zx test/test.mjs"
},
"author": "",
"license": "ISC",
"dependencies": {
"@graphql-codegen/visitor-plugin-common": "^4.1.1",
"tslib": "~1.11.1"
},
"devDependencies": {
"@apollo/server": "^4.10.0",
"@as-integrations/koa": "^1.1.1",
"@graphql-codegen/cli": "^5.0.2",
"@graphql-tools/schema": "^10.0.2",
"@koa/cors": "^5.0.0",
"@types/koa__cors": "^5.0.0",
"@types/koa-bodyparser": "^4.3.12",
"@types/koa-static": "^4.0.4",
"@types/mime-types": "^2.1.4",
"chalk": "^5.3.0",
"graphql-subscriptions": "^2.0.0",
"graphql-upload": "^16.0.2",
"graphql-ws": "^5.14.3",
"koa": "^2.15.0",
"koa-bodyparser": "^4.4.1",
"koa-static": "^5.0.0",
"prettier": "^3.2.5",
"typescript": "^5.3.3",
"ws": "^8.16.0",
"zx": "^7.2.3"
},
"peerDependencies": {
"graphql": "^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0"
}
}