{
  "name": "@dbc-tech/nest-neo4j",
  "version": "0.8.0",
  "description": "",
  "main": "dist/index.js",
  "types": "dist/index.d.js",
  "scripts": {
    "build": "tsc",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/adam-cowley/nest-neo4j.git"
  },
  "keywords": [],
  "author": "",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/adam-cowley/nest-neo4j/issues"
  },
  "homepage": "https://github.com/adam-cowley/nest-neo4j#readme",
  "devDependencies": {
    "@nestjs/common": "^10.1.0",
    "@nestjs/config": "^3.0.0",
    "@nestjs/core": "^10.1.0",
    "@nestjs/platform-express": "^10.1.0",
    "@types/node": "^18.8.2",
    "typescript": "^5.0.2"
  },
  "dependencies": {
    "neo4j-driver": "^5.10.0"
  }
}
