{
  "name": "@flyfish-group/file-viewer-react",
  "version": "1.0.21",
  "private": false,
  "type": "module",
  "description": "Private-deploy React component for Flyfish Viewer",
  "keywords": [
    "file-viewer",
    "document-preview",
    "react",
    "iframe",
    "office-preview"
  ],
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "author": {
    "name": "Wangyu",
    "email": "wybaby168@gmail.com"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/flyfish-dev/file-viewer.git",
    "directory": "packages/react"
  },
  "homepage": "https://github.com/flyfish-dev/file-viewer",
  "bugs": {
    "url": "https://github.com/flyfish-dev/file-viewer/issues"
  },
  "main": "./dist/index.js",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "default": "./dist/index.js"
    },
    "./package.json": "./package.json"
  },
  "files": [
    "dist",
    "README.md"
  ],
  "peerDependencies": {
    "react": ">=17 <20"
  },
  "dependencies": {
    "@flyfish-group/file-viewer-web": "^1.0.21"
  },
  "devDependencies": {
    "@types/react": "^19.2.14",
    "react": "^19.2.6",
    "typescript": "^6.0.3"
  },
  "license": "Apache-2.0",
  "scripts": {
    "build": "tsc -b tsconfig.json",
    "type-check": "tsc -b tsconfig.json"
  }
}