UNPKG

895 BJSONView Raw
1{
2 "name": "@graphql-tools/github-loader",
3 "version": "7.1.0",
4 "description": "A set of utils for faster development of GraphQL tools",
5 "sideEffects": false,
6 "peerDependencies": {
7 "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0"
8 },
9 "dependencies": {
10 "@graphql-tools/graphql-tag-pluck": "^7.1.0",
11 "@graphql-tools/utils": "^8.2.0",
12 "cross-fetch": "3.1.4",
13 "tslib": "~2.3.0"
14 },
15 "repository": {
16 "type": "git",
17 "url": "ardatan/graphql-tools",
18 "directory": "packages/loaders/github"
19 },
20 "author": "Dotan Simha <dotansimha@gmail.com>",
21 "license": "MIT",
22 "main": "index.js",
23 "module": "index.mjs",
24 "typings": "index.d.ts",
25 "typescript": {
26 "definition": "index.d.ts"
27 },
28 "exports": {
29 ".": {
30 "require": "./index.js",
31 "import": "./index.mjs"
32 },
33 "./*": {
34 "require": "./*.js",
35 "import": "./*.mjs"
36 }
37 }
38}