UNPKG

913 BJSONView Raw
1{
2 "name": "@graphql-codegen/plugin-helpers",
3 "version": "1.17.9",
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",
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 "lodash": "~4.17.20",
15 "lower-case": "2.0.1",
16 "param-case": "3.0.3",
17 "pascal-case": "3.1.1",
18 "tslib": "~2.0.1",
19 "upper-case": "2.0.1"
20 },
21 "repository": {
22 "type": "git",
23 "url": "https://github.com/dotansimha/graphql-code-generator.git",
24 "directory": "packages/utils/plugins-helpers"
25 },
26 "license": "MIT",
27 "main": "index.cjs.js",
28 "module": "index.esm.js",
29 "typings": "index.d.ts",
30 "typescript": {
31 "definition": "index.d.ts"
32 }
33}