UNPKG

1.31 kBJSONView Raw
1{
2 "name": "@graphql-codegen/introspection",
3 "version": "2.2.2-alpha-20221207042805-858684199",
4 "description": "GraphQL Code Generator plugin for generating an introspection JSON file for a GraphQLSchema",
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 || ^16.0.0"
7 },
8 "dependencies": {
9 "@graphql-codegen/plugin-helpers": "3.0.0-alpha-20221207042805-858684199",
10 "@graphql-codegen/visitor-plugin-common": "2.13.4-alpha-20221207042805-858684199",
11 "tslib": "~2.4.0"
12 },
13 "repository": {
14 "type": "git",
15 "url": "https://github.com/dotansimha/graphql-code-generator.git",
16 "directory": "packages/plugins/other/introspection"
17 },
18 "license": "MIT",
19 "main": "cjs/index.js",
20 "module": "esm/index.js",
21 "typings": "typings/index.d.ts",
22 "typescript": {
23 "definition": "typings/index.d.ts"
24 },
25 "type": "module",
26 "exports": {
27 ".": {
28 "require": {
29 "types": "./typings/index.d.cts",
30 "default": "./cjs/index.js"
31 },
32 "import": {
33 "types": "./typings/index.d.ts",
34 "default": "./esm/index.js"
35 },
36 "default": {
37 "types": "./typings/index.d.ts",
38 "default": "./esm/index.js"
39 }
40 },
41 "./package.json": "./package.json"
42 }
43}
\No newline at end of file