UNPKG

663 BJSONView Raw
1{
2 "name": "@graphql-typed-document-node/core",
3 "version": "1.0.1-alpha-d334d48.0",
4 "sideEffects": false,
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 "patch-package": "6.2.2",
10 "semver": "7.3.2"
11 },
12 "repository": "git@github.com:dotansimha/graphql-typed-document-node.git",
13 "author": "Dotan Simha <dotansimha@gmail.com>",
14 "license": "MIT",
15 "main": "index.cjs.js",
16 "module": "index.esm.js",
17 "typings": "index.d.ts",
18 "typescript": {
19 "definition": "index.d.ts"
20 },
21 "bin": {
22 "patch-typed-document-node": "patch-cli.js"
23 }
24}
\No newline at end of file