Initialisation
Added the packages and files for the backend server
This commit is contained in:
59
node_modules/@graphql-tools/schema/package.json
generated
vendored
Normal file
59
node_modules/@graphql-tools/schema/package.json
generated
vendored
Normal file
@@ -0,0 +1,59 @@
|
||||
{
|
||||
"name": "@graphql-tools/schema",
|
||||
"version": "9.0.19",
|
||||
"description": "A set of utils for faster development of GraphQL tools",
|
||||
"sideEffects": false,
|
||||
"peerDependencies": {
|
||||
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@graphql-tools/merge": "^8.4.1",
|
||||
"@graphql-tools/utils": "^9.2.1",
|
||||
"tslib": "^2.4.0",
|
||||
"value-or-promise": "^1.0.12"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "ardatan/graphql-tools",
|
||||
"directory": "packages/schema"
|
||||
},
|
||||
"license": "MIT",
|
||||
"main": "cjs/index.js",
|
||||
"module": "esm/index.js",
|
||||
"typings": "typings/index.d.ts",
|
||||
"typescript": {
|
||||
"definition": "typings/index.d.ts"
|
||||
},
|
||||
"type": "module",
|
||||
"exports": {
|
||||
".": {
|
||||
"require": {
|
||||
"types": "./typings/index.d.cts",
|
||||
"default": "./cjs/index.js"
|
||||
},
|
||||
"import": {
|
||||
"types": "./typings/index.d.ts",
|
||||
"default": "./esm/index.js"
|
||||
},
|
||||
"default": {
|
||||
"types": "./typings/index.d.ts",
|
||||
"default": "./esm/index.js"
|
||||
}
|
||||
},
|
||||
"./*": {
|
||||
"require": {
|
||||
"types": "./typings/*.d.cts",
|
||||
"default": "./cjs/*.js"
|
||||
},
|
||||
"import": {
|
||||
"types": "./typings/*.d.ts",
|
||||
"default": "./esm/*.js"
|
||||
},
|
||||
"default": {
|
||||
"types": "./typings/*.d.ts",
|
||||
"default": "./esm/*.js"
|
||||
}
|
||||
},
|
||||
"./package.json": "./package.json"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user