{
  "name": "@file-viewer/vue3-full",
  "version": "3.1.2",
  "private": false,
  "type": "module",
  "description": "Full Vue 3 package with preset-all; Vite publishes deployment-base/file-viewer assets, and other bundlers use the included same-version copy CLI.",
  "keywords": [
    "file-viewer",
    "document-preview",
    "vue3",
    "full-preset",
    "office-preview",
    "cad-viewer",
    "document-viewer",
    "file-preview",
    "self-hosted",
    "vue"
  ],
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "author": {
    "name": "Yu Wang",
    "email": "admin@flyfish.dev"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/flyfish-dev/file-viewer.git",
    "directory": "packages/components/vue3-full"
  },
  "homepage": "https://doc.file-viewer.app/",
  "bugs": {
    "url": "https://github.com/flyfish-dev/file-viewer/issues"
  },
  "funding": {
    "type": "individual",
    "url": "https://dev.flyfish.group/donate?source=npm"
  },
  "main": "./dist/index.js",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "bin": {
    "file-viewer-copy-assets": "./scripts/copy-assets.mjs"
  },
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "default": "./dist/index.js"
    },
    "./package.json": "./package.json"
  },
  "files": [
    "dist",
    "scripts/copy-assets.mjs",
    "README.md",
    "README.en.md"
  ],
  "peerDependencies": {
    "vue": ">=3.3 <4"
  },
  "dependencies": {
    "@file-viewer/preset-all": "3.1.2",
    "@file-viewer/vue3": "3.1.2",
    "file-viewer-copy-assets": "3.1.2"
  },
  "devDependencies": {
    "typescript": "^6.0.3",
    "vue": "^3.5.42"
  },
  "license": "Apache-2.0",
  "scripts": {
    "build": "tsc -b tsconfig.json",
    "type-check": "tsc -b tsconfig.json"
  }
}