{
  "name": "@live-codes/file-tree",
  "version": "0.10.1",
  "description": "A zero-dependency, framework-agnostic file tree component with drag-and-drop, context menus, theming, and RTL support.",
  "author": "",
  "license": "MIT",
  "type": "module",
  "main": "./dist/index.cjs",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "import": {
        "types": "./dist/index.d.ts",
        "default": "./dist/index.js"
      },
      "require": {
        "types": "./dist/index.d.cts",
        "default": "./dist/index.cjs"
      }
    },
    "./styles.css": "./dist/styles.css",
    "./dist/styles.css": "./dist/styles.css"
  },
  "files": [
    "dist"
  ],
  "sideEffects": [
    "**/*.css"
  ],
  "scripts": {
    "build": "tsup",
    "dev": "tsup --watch",
    "typecheck": "tsc --noEmit -p tsconfig.json && tsc --noEmit -p tsconfig.test.json",
    "lint": "eslint src/ test/",
    "test": "vitest run",
    "test:watch": "vitest",
    "test:coverage": "vitest run --coverage",
    "prepublishOnly": "npm run typecheck && npm run lint && npm run test && npm run build"
  },
  "devDependencies": {
    "@eslint/js": "10.0.1",
    "@types/node": "25.3.3",
    "@vitest/coverage-v8": "^4.1.10",
    "eslint": "10.0.2",
    "globals": "17.4.0",
    "jsdom": "^29.1.1",
    "lightningcss-cli": "1.31.1",
    "tsup": "8.5.1",
    "typescript": "5.9.3",
    "typescript-eslint": "8.56.1",
    "vitest": "^4.1.10"
  },
  "keywords": [
    "file-tree",
    "tree-view",
    "file-explorer",
    "treeview",
    "drag-and-drop",
    "vanilla",
    "typescript",
    "no-dependencies"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/live-codes/file-tree.git"
  },
  "bugs": {
    "url": "https://github.com/live-codes/file-tree/issues"
  },
  "homepage": "https://github.com/live-codes/file-tree#readme"
}
