{
  "name": "html-docx-js-extends",
  "version": "0.1.8",
  "description": "基于html-docx-js-typescript的扩展，支持将多段html转换为docx文档,并分段设置纵横方向，以及简单页眉和页码的设置.",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "tsc",
    "test": "jest --config jestconfig.json",
    "prepare": "npm run build"
  },
  "dependencies": {
    "jszip": "^3.4.0",
    "tslib": "^1.13.0"
  },
  "devDependencies": {
    "@commitlint/cli": "^8.3.5",
    "@commitlint/config-conventional": "^8.3.4",
    "@types/jest": "^24.9.1",
    "@types/node": "^13.13.9",
    "commitizen": "^4.1.2",
    "cross-env": "^6.0.3",
    "cz-conventional-changelog": "^3.2.0",
    "husky": "^4.2.5",
    "jest": "^25.5.4",
    "lodash": "^4.17.15",
    "prettier": "^1.19.1",
    "ts-jest": "^25.5.1",
    "ts-loader": "^6.2.2",
    "tslint": "^5.20.1",
    "tslint-config-prettier": "^1.18.0",
    "typescript": "^3.9.3"
  },
  "author": {
    "name": "yyq",
    "email": "yyqhk@hotmail.com"
  },
  "keywords": [
    "html-docx-js",
    "docx",
    "html",
    "typescript",
    "html-to-docx"
  ],
  "license": "MIT"
}
