{
  "name": "react-arborist",
  "version": "3.4.3",
  "license": "MIT",
  "source": "src/index.ts",
  "main": "dist/main/index.js",
  "module": "dist/module/index.js",
  "types": "dist/module/index.d.ts",
  "sideEffects": false,
  "scripts": {
    "build:cjs": "tsc --outDir dist/main",
    "build:es": "tsc --outDir dist/module --module es2022 --moduleResolution node",
    "build": "npm-run-all clean -p 'build:**'",
    "clean": "rimraf dist",
    "prepack": "yarn build",
    "test": "jest",
    "watch": "yarn build:es --watch"
  },
  "files": [
    "src",
    "dist"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/brimdata/react-arborist.git"
  },
  "homepage": "https://react-arborist.netlify.app",
  "bugs": "https://github.com/brimdata/react-arborist/issues",
  "keywords": [
    "react",
    "arborist",
    "react-arborist",
    "treeview",
    "tree",
    "vitualized",
    "dnd",
    "multiselection",
    "filterable"
  ],
  "dependencies": {
    "react-dnd": "^14.0.3",
    "react-dnd-html5-backend": "^14.0.3",
    "react-window": "^1.8.11",
    "redux": "^5.0.0",
    "use-sync-external-store": "^1.2.0"
  },
  "peerDependencies": {
    "react": ">= 16.14",
    "react-dom": ">= 16.14"
  },
  "devDependencies": {
    "@types/jest": "^29.5.11",
    "@types/react": "^18.2.43",
    "@types/react-window": "^1.8.8",
    "@types/use-sync-external-store": "^0.0.6",
    "jest": "^29.7.0",
    "npm-run-all": "^4.1.5",
    "rimraf": "^5.0.5",
    "ts-jest": "^29.1.1",
    "typescript": "^5.6.0"
  }
}