This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
admin-panel/graphql-types/node_modules/@graphql-tools/github-loader/package.json

25 lines
659 B
JSON

{
"name": "@graphql-tools/github-loader",
"version": "6.2.5",
"description": "A set of utils for faster development of GraphQL tools",
"sideEffects": false,
"peerDependencies": {
"graphql": "^14.0.0 || ^15.0.0"
},
"dependencies": {
"@graphql-tools/graphql-tag-pluck": "^6.2.6",
"@graphql-tools/utils": "^7.0.0",
"cross-fetch": "3.0.6",
"tslib": "~2.0.1"
},
"repository": "git@github.com:ardatan/graphql-tools.git",
"author": "Dotan Simha <dotansimha@gmail.com>",
"license": "MIT",
"main": "index.cjs.js",
"module": "index.esm.js",
"typings": "index.d.ts",
"typescript": {
"definition": "index.d.ts"
}
}