UNPKG

593 BJSONView Raw
1{
2 "name": "@graphql-mesh/mongoose",
3 "version": "0.6.6",
4 "sideEffects": false,
5 "peerDependencies": {
6 "graphql": "*",
7 "mongoose": "*"
8 },
9 "dependencies": {
10 "@graphql-mesh/types": "0.14.0",
11 "@graphql-mesh/utils": "0.6.0",
12 "camel-case": "4.1.1",
13 "graphql-compose": "7.21.4",
14 "graphql-compose-connection": "8.0.1",
15 "graphql-compose-mongoose": "8.0.3",
16 "graphql-compose-pagination": "8.0.1"
17 },
18 "license": "MIT",
19 "main": "index.cjs.js",
20 "module": "index.esm.js",
21 "typings": "index.d.ts",
22 "typescript": {
23 "definition": "index.d.ts"
24 }
25}