|
| 1 | +{ |
| 2 | + "name": "neo4j-graphql-js-example-schema-stitching", |
| 3 | + "version": "1.0.0", |
| 4 | + "main": "index.js", |
| 5 | + "license": "MIT", |
| 6 | + "scripts": { |
| 7 | + "lint": "eslint .", |
| 8 | + "test": "jest", |
| 9 | + "test:debug": "node inspect node_modules/jest/bin/jest.js", |
| 10 | + "dev": "nodemon -r esm index.js", |
| 11 | + "dev:debug": "nodemon inspect -r esm index.js", |
| 12 | + "db:seed": "node -r esm src/db/seed.js", |
| 13 | + "db:clean": "node -r esm src/db/clean.js" |
| 14 | + }, |
| 15 | + "dependencies": { |
| 16 | + "@graphql-tools/delegate": "^7.0.7", |
| 17 | + "@graphql-tools/graphql-file-loader": "^6.2.6", |
| 18 | + "@graphql-tools/load": "^6.2.5", |
| 19 | + "@graphql-tools/schema": "^7.1.2", |
| 20 | + "@graphql-tools/stitch": "^7.1.4", |
| 21 | + "@graphql-tools/wrap": "^7.0.4", |
| 22 | + "apollo-datasource": "^0.7.2", |
| 23 | + "apollo-server": "^2.19.0", |
| 24 | + "bcrypt": "^5.0.0", |
| 25 | + "dotenv-flow": "^3.2.0", |
| 26 | + "graphql-tools": "^7.0.2", |
| 27 | + "jsonwebtoken": "^8.5.1", |
| 28 | + "neo4j-driver": "^4.2.1", |
| 29 | + "neo4j-graphql-js": "^2.17.1", |
| 30 | + "neode": "^0.4.6" |
| 31 | + }, |
| 32 | + "devDependencies": { |
| 33 | + "@babel/core": "^7.12.9", |
| 34 | + "@babel/preset-env": "^7.12.7", |
| 35 | + "apollo-server-testing": "^2.19.0", |
| 36 | + "babel-eslint": "^10.1.0", |
| 37 | + "babel-jest": "^26.6.3", |
| 38 | + "eslint": "^7.14.0", |
| 39 | + "eslint-config-airbnb-base": "^14.2.1", |
| 40 | + "eslint-plugin-import": "^2.22.1", |
| 41 | + "eslint-plugin-jest": "^24.1.3", |
| 42 | + "esm": "^3.2.25", |
| 43 | + "jest": "^26.6.3", |
| 44 | + "nodemon": "^2.0.6" |
| 45 | + } |
| 46 | +} |
0 commit comments