UNPKG

409 BJSONView Raw
1{
2 "name": "@graphql-mesh/neo4j",
3 "version": "0.6.4",
4 "sideEffects": false,
5 "peerDependencies": {
6 "graphql": "*"
7 },
8 "dependencies": {
9 "@graphql-mesh/types": "0.12.0",
10 "neo4j-driver": "4.1.2",
11 "neo4j-graphql-js": "2.16.3"
12 },
13 "license": "MIT",
14 "main": "index.cjs.js",
15 "module": "index.esm.js",
16 "typings": "index.d.ts",
17 "typescript": {
18 "definition": "index.d.ts"
19 }
20}