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/wrap/package.json

29 lines
680 B
JSON

{
"name": "@graphql-tools/wrap",
"version": "7.0.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/delegate": "^7.0.7",
"@graphql-tools/schema": "^7.1.2",
"@graphql-tools/utils": "^7.2.1",
"is-promise": "4.0.0",
"tslib": "~2.0.1"
},
"repository": {
"type": "git",
"url": "ardatan/graphql-tools",
"directory": "packages/wrap"
},
"license": "MIT",
"main": "index.cjs.js",
"module": "index.esm.js",
"typings": "index.d.ts",
"typescript": {
"definition": "index.d.ts"
}
}