|
1 | 1 | {
|
2 | 2 | "name": "neo4j-graphql-js",
|
3 |
| - "version": "2.19.1", |
| 3 | + "version": "2.19.0", |
4 | 4 | "description": "A GraphQL to Cypher query execution layer for Neo4j. ",
|
5 | 5 | "main": "./dist/index.js",
|
6 | 6 | "scripts": {
|
|
9 | 9 | "neo4j:start": "sudo bash ./scripts/start-neo4j.sh",
|
10 | 10 | "neo4j:stop": "sudo bash ./scripts/stop-and-clear-neo4j.sh",
|
11 | 11 | "prestart": "npm run neo4j:start",
|
| 12 | + "prestart-gateway": "npm run neo4j:start", |
12 | 13 | "start": "nodemon ./example/apollo-server/movies.js --exec babel-node -e js",
|
13 | 14 | "autogen": "nodemon ./example/autogenerated/autogen.js --exec babel-node -e js",
|
14 | 15 | "start-middleware": "nodemon ./example/apollo-server/movies-middleware.js --exec babel-node -e js",
|
15 | 16 | "start-typedefs": "nodemon ./example/apollo-server/movies-typedefs.js --exec babel-node -e js",
|
16 | 17 | "start-interface": "DEBUG=neo4j-graphql.js nodemon ./example/apollo-server/interface-union-example.js --exec babel-node -e js",
|
17 | 18 | "start-gateway": "nodemon ./example/apollo-federation/gateway.js --exec babel-node -e js",
|
18 |
| - "prestart-gateway": "npm run neo4j:start", |
19 | 19 | "start-bookmark-example": "nodemon ./example/apollo-server/bookmarks.js --exec babel-node -e js",
|
20 | 20 | "start-auth-example": "JWT_SECRET=oqldBPU1yMXcrTwcha1a9PGi9RHlPVzQ nodemon ./example/apollo-server/authScopes.js --exec babel-node -e js",
|
21 | 21 | "build": "babel src --presets @babel/preset-env --out-dir dist",
|
|
78 | 78 | "apollo-server-errors": "^2.4.1",
|
79 | 79 | "debug": "^4.1.1",
|
80 | 80 | "dotenv": "^8.2.0",
|
81 |
| - "graphql": "^15.4.0", |
82 | 81 | "graphql-auth-directives": "^2.2.1",
|
83 |
| - "graphql-tools": "^7.0.2", |
84 | 82 | "lodash": "^4.17.19",
|
85 |
| - "neo4j-driver": "^4.2.1" |
| 83 | + "neo4j-driver": "^4.2.1", |
| 84 | + "graphql": "^15.4.0", |
| 85 | + "graphql-tools": "^7.0.2" |
86 | 86 | },
|
87 | 87 | "ava": {
|
88 | 88 | "require": [
|
|
0 commit comments