{
  "name": "@js-preview/docx",
  "type" :"module",
  "version": "1.6.4",
  "description": "",
  "main": "lib/index.js",
  "files": [
    "lib/"
  ],
  "scripts": {
    "clean": "rimraf lib",
    "copyReadme": "cp ../../../help.md README.md",
    "copyType": "cp index.d.ts lib/index.d.ts",
    "copyCss": "cp ./index.css ./lib/index.css",
    "copy": "npm run copyCss && npm run copyType && npm run copyReadme",
    "build": "npm run clean && rollup --config rollup.config.js && npm run copy"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:501351981/vue-office.git"
  },
  "keywords": [
    "vue",
    "docx",
    "pdf",
    "ppt",
    "excel",
    "docx-preview",
    "excel-preview",
    "pdf-preview"
  ],
  "license": "MIT",
  "author": "微信: _hit757_",
  "gitHead": "d20568113bec480f6ca72924f6d0c1e3b0f1fe15",
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "peerDependencies": {
    "core-js": "^3.0.0"
  },
  "dependencies": {
  }
}
