UNPKG

940 BJSONView Raw
1{
2 "name": "@graphql-codegen/plugin-helpers",
3 "version": "1.16.3",
4 "description": "GraphQL Code Generator common utils and types",
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-tools/utils": "^6.0.0",
10 "camel-case": "4.1.1",
11 "common-tags": "1.8.0",
12 "constant-case": "3.0.3",
13 "import-from": "3.0.0",
14 "lower-case": "2.0.1",
15 "param-case": "3.0.3",
16 "pascal-case": "3.1.1",
17 "tslib": "~2.0.0",
18 "upper-case": "2.0.1"
19 },
20 "repository": {
21 "type": "git",
22 "url": "https://github.com/dotansimha/graphql-code-generator.git",
23 "directory": "packages/utils/plugins-helpers"
24 },
25 "license": "MIT",
26 "main": "index.cjs.js",
27 "module": "index.esm.js",
28 "typings": "index.d.ts",
29 "typescript": {
30 "definition": "index.d.ts"
31 },
32 "publishConfig": {
33 "access": "public"
34 }
35}