UNPKG

581 BJSONView Raw
1{
2 "name": "@graphql-mesh/neo4j",
3 "version": "0.7.0",
4 "sideEffects": false,
5 "peerDependencies": {
6 "graphql": "*"
7 },
8 "dependencies": {
9 "@graphql-mesh/types": "0.14.0",
10 "@graphql-tools/code-file-loader": "6.2.4",
11 "@graphql-tools/graphql-file-loader": "6.2.3",
12 "@graphql-tools/load": "6.2.4",
13 "@graphql-tools/merge": "6.2.4",
14 "neo4j-driver": "4.1.2",
15 "neo4j-graphql-js": "2.16.3"
16 },
17 "license": "MIT",
18 "main": "index.cjs.js",
19 "module": "index.esm.js",
20 "typings": "index.d.ts",
21 "typescript": {
22 "definition": "index.d.ts"
23 }
24}