{
  "name": "@neo4j-nvl/interaction-handlers",
  "version": "1.2.1",
  "license": "SEE LICENSE IN 'LICENSE.txt'",
  "homepage": "https://neo4j.com/docs/nvl/current/",
  "description": "Interaction handlers for the Neo4j Visualization Library",
  "keywords": [
    "neo4j",
    "visualization",
    "graph"
  ],
  "bugs": {
    "url": "https://community.neo4j.com/c/neo4j-graph-platform/neo4j-bloom"
  },
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "files": [
    "LICENSE.txt",
    "lib"
  ],
  "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/"
  },
  "dependencies": {
    "@neo4j-nvl/base": "1.2.1",
    "concaveman": "1.2.1",
    "lodash": "4.18.1"
  },
  "devDependencies": {
    "@testing-library/jest-dom": "5.17.0",
    "@types/concaveman": "1.1.6",
    "@types/lodash": "4.17.21"
  }
}