{
  "name": "@brftech/filex",
  "version": "0.42.2",
  "description": "filex Web Component — drop-in <filex-explorer> custom element (Vue 3 runtime bundled)",
  "type": "module",
  "main": "./dist/filex.umd.cjs",
  "module": "./dist/filex.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/filex.js",
      "require": "./dist/filex.umd.cjs"
    },
    "./style.css": "./dist/style.css"
  },
  "files": [
    "dist",
    "README.md"
  ],
  "sideEffects": [
    "./dist/*.js",
    "./dist/*.cjs",
    "**/*.css"
  ],
  "dependencies": {
    "vue": "^3.5.13",
    "@brftech/filex-core": "0.42.2"
  },
  "devDependencies": {
    "@types/node": "^22.7.0",
    "@vitejs/plugin-vue": "^5.2.1",
    "rimraf": "^6.0.1",
    "typescript": "^5.6.0",
    "vite": "^5.4.10",
    "vite-plugin-dts": "^4.3.0",
    "vue-tsc": "^2.1.10"
  },
  "publishConfig": {
    "access": "public"
  },
  "keywords": [
    "filex",
    "file-manager",
    "web-component",
    "custom-element",
    "brftech"
  ],
  "author": "BRF Tech <hello@brf.sh>",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/brf-tech/filex.git",
    "directory": "packages/webcomponent"
  },
  "scripts": {
    "build": "vue-tsc --noEmit && vite build",
    "build:no-dts": "vite build",
    "dev": "vite build --watch",
    "typecheck": "vue-tsc --noEmit",
    "clean": "rimraf dist"
  }
}