{
  "name": "@relate/cli",
  "description": "Create, manage and use Neo4j graphs from the command line.",
  "version": "1.0.15",
  "author": "Neo4j Inc.",
  "license": "GPL-3.0",
  "homepage": "https://github.com/neo4j-devtools/relate#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/neo4j-devtools/relate.git"
  },
  "publishConfig": {
    "access": "public"
  },
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "/bin",
    "/dist",
    "/npm-shrinkwrap.json",
    "/oclif.manifest.json"
  ],
  "bin": {
    "relate": "./bin/run"
  },
  "dependencies": {
    "@nestjs/common": "9.4.3",
    "@nestjs/config": "2.3.3",
    "@nestjs/core": "9.4.3",
    "@oclif/core": "2.8.5",
    "@oclif/plugin-autocomplete": "2.1.9",
    "@oclif/plugin-help": "5.2.9",
    "chalk": "4.1.2",
    "cross-env": "7.0.3",
    "enquirer": "2.3.6",
    "fs-extra": "9.1.0",
    "graphql": "16.6.0",
    "lodash": "4.17.21",
    "node-fetch": "2.6.9",
    "open": "9.1.0",
    "rxjs": "7.8.1",
    "semver": "7.5.2",
    "tslib": "2.5.0",
    "@relate/common": "1.0.14",
    "@relate/types": "1.0.4"
  },
  "devDependencies": {
    "@oclif/test": "2.3.17",
    "@types/fs-extra": "9.0.13",
    "@types/jest": "29.5.1",
    "@types/lodash": "4.14.194",
    "@types/node": "18.16.4",
    "@types/node-fetch": "2.6.3",
    "@types/semver": "7.3.13",
    "chai": "4.3.7",
    "globby": "10.0.2",
    "jest": "29.5.0",
    "npm-run-all": "4.1.5",
    "oclif": "3.9.0",
    "ts-jest": "29.1.0",
    "ts-node": "10.9.1",
    "typescript": "5.1.3"
  },
  "engines": {
    "node": ">=8.0.0"
  },
  "keywords": [
    "oclif"
  ],
  "oclif": {
    "additionalHelpFlags": [
      "-h"
    ],
    "repositoryPrefix": "<%- repo %>/blob/v<%- version %>/packages/cli/<% print(commandPath.replace('dist', 'src')) %>",
    "commands": "./dist/commands",
    "helpClass": "./dist/help",
    "description": "Create, manage and use Neo4j graphs from the command line.\nNeo4j Relate is a set of project-oriented tools and services for working with the Neo4j graph platform.",
    "topicSeparator": " ",
    "topics": {
      "backup": {
        "description": "Archives of Relate-managed resources (though not Neo4j databases; see \"db:dump\")."
      },
      "db": {
        "description": "Individual databases within a DBMS."
      },
      "dbms": {
        "description": "Neo4j DBMS installations."
      },
      "dbms-plugin": {
        "description": "Neo4j DBMS plugins."
      },
      "environment": {
        "description": "Managed sets of related resources and services."
      },
      "project": {
        "description": "Projects bring files and data together."
      }
    },
    "hooks": {
      "command_not_found": "./dist/hooks/command-not-found"
    },
    "bin": "relate",
    "plugins": [
      "@oclif/plugin-help",
      "@oclif/plugin-autocomplete"
    ]
  },
  "scripts": {
    "build": "tsc -b",
    "build:clean": "run-s clean build",
    "build:manifest": "node -e '' | oclif manifest",
    "clean": "rimraf dist",
    "test": "jest",
    "generate:docs": "node -e '' | oclif readme --multi --dir=./docs",
    "watch": "tsc -w"
  }
}