{
  "name": "@neo4j-nvl/react",
  "version": "1.2.0",
  "main": "lib/index.js",
  "homepage": "https://neo4j.com/docs/nvl/current/",
  "license": "SEE LICENSE IN 'LICENSE.txt'",
  "description": "React wrappers for the Neo4j Visualization Library",
  "keywords": [
    "neo4j",
    "visualization",
    "graph",
    "react"
  ],
  "bugs": {
    "url": "https://community.neo4j.com/c/neo4j-graph-platform/neo4j-bloom"
  },
  "scripts": {
    "build": "yarn global:tsc",
    "watch": "yarn global:tsc -w",
    "test": " yarn global:jest",
    "prepack": "cp ../../LICENSE.txt ./ && cp ../../CHANGELOG.md ./",
    "postpack": "rm LICENSE.txt && rm CHANGELOG.md",
    "eslint": "yarn global:eslint ./src/"
  },
  "files": [
    "LICENSE.txt",
    "lib"
  ],
  "devDependencies": {
    "@testing-library/dom": "10.4.1",
    "@testing-library/jest-dom": "5.17.0",
    "@testing-library/react": "16.3.0",
    "@types/lodash": "4.17.21",
    "@types/react": "18.3.27",
    "react": "19.2.1",
    "react-dom": "19.2.1"
  },
  "dependencies": {
    "@neo4j-nvl/base": "1.2.0",
    "@neo4j-nvl/interaction-handlers": "1.2.0",
    "lodash": "4.18.1"
  },
  "peerDependencies": {
    "react": "18.0.0 || ^19.0.0",
    "react-dom": "18.0.0 || ^19.0.0"
  }
}