UNPKG

927 BJSONView Raw
1{
2 "name": "@graphql-codegen/typescript-stencil-apollo",
3 "version": "1.18.9",
4 "description": "GraphQL Code Generator plugin for generating Stencil Components based on GraphQL operations",
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 "graphql-tag": "^2.0.0",
8 "stencil-apollo": "^0.1.3"
9 },
10 "dependencies": {
11 "@graphql-codegen/plugin-helpers": "^1.18.8",
12 "@graphql-codegen/visitor-plugin-common": "1.22.0",
13 "auto-bind": "~4.0.0",
14 "change-case-all": "1.0.14",
15 "tslib": "~2.3.0"
16 },
17 "repository": {
18 "type": "git",
19 "url": "https://github.com/dotansimha/graphql-code-generator.git",
20 "directory": "packages/plugins/typescript/stencil-apollo"
21 },
22 "license": "MIT",
23 "main": "index.cjs.js",
24 "module": "index.esm.js",
25 "typings": "index.d.ts",
26 "typescript": {
27 "definition": "index.d.ts"
28 }
29}