UNPKG

@graphql-mesh/mongoose

Version:
43 lines (42 loc) 1.06 kB
{ "name": "@graphql-mesh/mongoose", "version": "1.0.0-alpha-20220804093904-8e2e41f7f", "sideEffects": false, "peerDependencies": { "@graphql-mesh/types": "0.79.0-alpha-20220804093904-8e2e41f7f", "@graphql-mesh/utils": "1.0.0-alpha-20220804093904-8e2e41f7f", "graphql": "*", "mongoose": "*" }, "dependencies": { "@graphql-tools/stitching-directives": "2.3.1", "graphql-compose": "9.0.8", "graphql-compose-connection": "8.2.1", "graphql-compose-mongoose": "9.7.1", "graphql-compose-pagination": "8.3.0", "tslib": "^2.4.0" }, "repository": { "type": "git", "url": "Urigo/graphql-mesh", "directory": "packages/handlers/mongoose" }, "license": "MIT", "main": "index.js", "module": "index.mjs", "typings": "index.d.ts", "typescript": { "definition": "index.d.ts" }, "exports": { ".": { "require": "./index.js", "import": "./index.mjs" }, "./*": { "require": "./*.js", "import": "./*.mjs" }, "./package.json": "./package.json" } }