UNPKG

@omnigraph/mysql

Version:
55 lines 1.67 kB
{ "name": "@omnigraph/mysql", "version": "0.9.13-alpha-20250905102937-2c1c7941372e68f4027f991785f8f2030352d08c", "sideEffects": false, "peerDependencies": { "graphql": "*" }, "dependencies": { "@graphql-mesh/cross-helpers": "^0.4.10", "@graphql-mesh/string-interpolation": "0.5.9-alpha-20250905102937-2c1c7941372e68f4027f991785f8f2030352d08c", "@graphql-mesh/transport-mysql": "0.9.12-alpha-20250905102937-2c1c7941372e68f4027f991785f8f2030352d08c", "@graphql-mesh/types": "0.104.12-alpha-20250905102937-2c1c7941372e68f4027f991785f8f2030352d08c", "@graphql-mesh/utils": "0.104.12-alpha-20250905102937-2c1c7941372e68f4027f991785f8f2030352d08c", "@graphql-tools/delegate": "^10.0.28", "@graphql-tools/utils": "^10.8.0", "graphql-compose": "^9.0.11", "graphql-fields": "^2.0.3", "graphql-scalars": "^1.22.4", "mysql": "^2.18.1", "mysql-utilities": "^1.1.4" }, "repository": { "type": "git", "url": "ardatan/graphql-mesh", "directory": "packages/loaders/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" } }