UNPKG

1.13 kBJSONView Raw
1{
2 "name": "@graphql-codegen/add",
3 "version": "4.0.0",
4 "description": "GraphQL Code Generator plugin for adding custom content to your output file",
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": "^4.0.0",
10 "tslib": "~2.4.0"
11 },
12 "repository": {
13 "type": "git",
14 "url": "https://github.com/dotansimha/graphql-code-generator.git",
15 "directory": "packages/plugins/other/add"
16 },
17 "license": "MIT",
18 "main": "cjs/index.js",
19 "module": "esm/index.js",
20 "typings": "typings/index.d.ts",
21 "typescript": {
22 "definition": "typings/index.d.ts"
23 },
24 "type": "module",
25 "exports": {
26 ".": {
27 "require": {
28 "types": "./typings/index.d.cts",
29 "default": "./cjs/index.js"
30 },
31 "import": {
32 "types": "./typings/index.d.ts",
33 "default": "./esm/index.js"
34 },
35 "default": {
36 "types": "./typings/index.d.ts",
37 "default": "./esm/index.js"
38 }
39 },
40 "./package.json": "./package.json"
41 }
42}
\No newline at end of file