@graphql-mesh/transport-mysql
Version:
53 lines • 1.47 kB
JSON
{
"name": "@graphql-mesh/transport-mysql",
"version": "0.0.1-alpha-20240211111324-c150f6f1f0a8be865633ddd3bb66b3bcad5107a1",
"sideEffects": false,
"peerDependencies": {
"graphql": "*",
"tslib": "^2.4.0"
},
"dependencies": {
"@graphql-mesh/cross-helpers": "^0.4.1",
"@graphql-mesh/string-interpolation": "^0.5.3",
"@graphql-mesh/transport-common": "0.0.2-alpha-20240211111324-c150f6f1f0a8be865633ddd3bb66b3bcad5107a1",
"@graphql-mesh/types": "0.96.5-alpha-20240211111324-c150f6f1f0a8be865633ddd3bb66b3bcad5107a1",
"@graphql-tools/delegate": "^10.0.3",
"@graphql-tools/utils": "^10.0.13",
"graphql-fields": "^2.0.3",
"mysql": "^2.18.1",
"mysql-utilities": "^1.1.4"
},
"repository": {
"type": "git",
"url": "Urigo/graphql-mesh",
"directory": "packages/transports/mysql"
},
"license": "MIT",
"engines": {
"node": ">=16.0.0"
},
"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"
}
},
"./package.json": "./package.json"
}
}