{
  "name": "@db-ui/v-components",
  "version": "0.7.4",
  "type": "module",
  "description": "Vue components for @db-ui/components",
  "repository": {
    "type": "git",
    "url": "https://github.com/db-ui/mono.git"
  },
  "license": "Apache-2.0",
  "main": "./dist/db-ui.umd.js",
  "module": "./dist/db-ui.es.js",
  "exports": {
    ".": {
      "import": {
        "types": "./dist/index.d.ts",
        "default": "./dist/db-ui.es.js"
      },
      "require": {
        "types": "./dist/index.d.ts",
        "default": "./dist/db-ui.umd.js"
      }
    }
  },
  "files": [
    "dist/"
  ],
  "scripts": {
    "build": "npm-run-all build:*",
    "build:01_vite": "vite build",
    "build:02_types": "vue-tsc --declaration --emitDeclarationOnly",
    "mv:dist": "cpr dist ../../build-outputs/vue/dist -o",
    "mv:package.json": "cpr package.json ../../build-outputs/vue/package.json -o",
    "mv:readme": "cpr README.md ../../build-outputs/vue/README.md -o",
    "postbuild": "npm-run-all -p mv:*",
    "test:components": "playwright test -c playwright.config.ts"
  },
  "devDependencies": {
    "@playwright/experimental-ct-vue": "1.50.1",
    "@vitejs/plugin-vue": "^5.2.0",
    "replace-in-file": "^8.3.0",
    "tsx": "^4.19.2",
    "typescript": "^5.4.5",
    "vite": "^6.1.0",
    "vue": "^3.5.13",
    "vue-tsc": "^2.2.0"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org/",
    "access": "public"
  },
  "sideEffects": false,
  "source": "src/index.ts",
  "dependencies": {
    "@db-ui/components": "0.7.4",
    "@db-ui/foundations": "0.7.4"
  }
}
