{
  "name": "@darksnow-ui/node-tree-react",
  "version": "0.1.7",
  "description": "Ready-to-use React component for node-tree-headless",
  "main": "dist/index.js",
  "module": "dist/index.mjs",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.mjs",
      "require": "./dist/index.js"
    },
    "./styles.css": "./dist/index.css"
  },
  "publishConfig": {
    "access": "public"
  },
  "peerDependencies": {
    "@darksnow-ui/node-tree-headless": "^0.1.4",
    "react": "^18.3.1 || ^19.0.0",
    "react-dom": "^18.0.0 || ^19.0.0"
  },
  "dependencies": {
    "clsx": "^2.1.1",
    "lucide-react": "^0.522.0"
  },
  "devDependencies": {
    "@types/react": "^19.1.8",
    "@types/react-dom": "^19.1.6",
    "postcss": "^8.5.6",
    "react": "^19.1.0",
    "react-dom": "^19.1.0",
    "tsup": "^8.5.0",
    "typescript": "^5.8.3",
    "@darksnow-ui/node-tree-headless": "0.1.9"
  },
  "files": [
    "dist"
  ],
  "sideEffects": [
    "*.css"
  ],
  "keywords": [
    "react",
    "tree",
    "tree-view",
    "node-tree",
    "component",
    "ui",
    "headless"
  ],
  "author": {
    "name": "Anderson D. Rosa",
    "email": "andersondrosa@example.com",
    "url": "https://github.com/andersondrosa"
  },
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/andersondrosa/node-tree-headless.git",
    "directory": "packages/node-tree-react"
  },
  "bugs": {
    "url": "https://github.com/andersondrosa/node-tree-headless/issues"
  },
  "homepage": "https://github.com/andersondrosa/node-tree-headless/tree/main/packages/node-tree-react",
  "scripts": {
    "build": "tsup",
    "dev": "tsup --watch",
    "typecheck": "tsc --noEmit",
    "format": "prettier --write \"src/**/*.{ts,tsx}\"",
    "format:check": "prettier --check \"src/**/*.{ts,tsx}\""
  }
}