{
  "name": "@headless-tree/core",
  "description": "The definitive tree component for the Web",
  "keywords": [
    "tree",
    "component",
    "web",
    "headless",
    "ui",
    "react",
    "nested",
    "async",
    "checkbox",
    "hook"
  ],
  "version": "1.5.1",
  "main": "dist/index.d.ts",
  "module": "dist/index.mjs",
  "types": "dist/index.d.mts",
  "exports": {
    ".": {
      "import": {
        "types": "./dist/index.d.mts",
        "default": "./dist/index.mjs"
      },
      "require": {
        "types": "./dist/index.d.ts",
        "default": "./dist/index.js"
      }
    },
    "./package.json": "./package.json"
  },
  "sideEffects": false,
  "publishConfig": {
    "provenance": true
  },
  "scripts": {
    "build": "tsup ./src/index.ts --format esm,cjs --dts",
    "start": "tsup ./src/index.ts --format esm,cjs --dts --watch",
    "test": "vitest run"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:lukasbach/headless-tree.git",
    "directory": "packages/core"
  },
  "author": "Lukas Bach <npm@lukasbach.com>",
  "funding": "https://github.com/sponsors/lukasbach",
  "license": "MIT",
  "devDependencies": {
    "jsdom": "^26.0.0",
    "tsup": "^8.5.0",
    "typescript": "^5.7.2",
    "vitest": "^3.0.3"
  }
}
