UNPKG

926 BJSONView Raw
1{
2 "name": "@graphql-codegen/flow-operations",
3 "version": "1.16.3",
4 "description": "GraphQL Code Generator plugin for generating Flow types for GraphQL operations (query/mutation/subscription/fragment)",
5 "peerDependencies": {
6 "graphql": "^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0"
7 },
8 "dependencies": {
9 "@graphql-codegen/flow": "1.16.3",
10 "@graphql-codegen/plugin-helpers": "1.16.3",
11 "@graphql-codegen/visitor-plugin-common": "1.16.3",
12 "auto-bind": "~4.0.0",
13 "tslib": "~2.0.0"
14 },
15 "repository": {
16 "type": "git",
17 "url": "https://github.com/dotansimha/graphql-code-generator.git",
18 "directory": "packages/plugins/flow/operations"
19 },
20 "license": "MIT",
21 "main": "index.cjs.js",
22 "module": "index.esm.js",
23 "typings": "index.d.ts",
24 "typescript": {
25 "definition": "index.d.ts"
26 },
27 "publishConfig": {
28 "access": "public"
29 }
30}