UNPKG

873 BJSONView Raw
1{
2 "name": "@graphql-codegen/typescript-compatibility",
3 "version": "1.16.0",
4 "description": "GraphQL Code Generator plugin for TypeScript plugins backward compatibility for <1.0",
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/plugin-helpers": "1.16.0",
10 "@graphql-codegen/visitor-plugin-common": "1.16.0",
11 "pascal-case": "3.1.1",
12 "tslib": "~2.0.0"
13 },
14 "repository": {
15 "type": "git",
16 "url": "https://github.com/dotansimha/graphql-code-generator.git",
17 "directory": "packages/plugins/typescript/compatibility"
18 },
19 "license": "MIT",
20 "main": "index.cjs.js",
21 "module": "index.esm.js",
22 "typings": "index.d.ts",
23 "typescript": {
24 "definition": "index.d.ts"
25 },
26 "publishConfig": {
27 "access": "public"
28 }
29}