UNPKG

@omnigraph/mysql

Version:

50 lines 1.48 kB
{ "name": "@omnigraph/mysql", "version": "0.2.5-alpha-20240521180524-816ebfb1b1427604dc40594e941597ba0a79917e", "sideEffects": false, "peerDependencies": { "@graphql-mesh/types": "0.98.5-alpha-20240521180524-816ebfb1b1427604dc40594e941597ba0a79917e", "graphql": "*" }, "dependencies": { "@graphql-mesh/cross-helpers": "^0.4.2", "@graphql-mesh/string-interpolation": "^0.5.4", "@graphql-mesh/transport-mysql": "0.2.5-alpha-20240521180524-816ebfb1b1427604dc40594e941597ba0a79917e", "@graphql-mesh/utils": "0.98.5-alpha-20240521180524-816ebfb1b1427604dc40594e941597ba0a79917e", "@graphql-tools/delegate": "^10.0.10", "@graphql-tools/utils": "^10.2.0", "graphql-compose": "^9.0.10", "graphql-fields": "^2.0.3", "graphql-scalars": "^1.22.4", "mysql": "^2.18.1", "mysql-utilities": "^1.1.4" }, "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" } }