{
  "name": "docxtemplater-html",
  "version": "1.0.0",
  "description": "将dom转化为word文档",
  "main": "index.js",
  "scripts": {
    "babel": "babel es6 --out-dir js",
    "browserify": "npm run browserify:test && npm run browserify:lib && npm run browserify:min",
    "browserify:lib": "OUTPUT_PATH=html-module LIB_NAME=DocxtemplaterHtmlModule webpack",
    "browserify:min": "MIN=true npm run browserify:lib",
    "browserify:test": "FILE=test webpack",
    "compile": "npm run convertto:es5",
    "convertto:es5": "rimraf js -rf && mkdirp js && npm run babel",
    "convertto:es5:watch": "npm run babel -- --watch",
    "lint": "eslint_d .",
    "lint:fix": "eslint_d . --fix",
    "mocha": "mocha js/test.js",
    "mocha:es6": "mocha es6/test.js",
    "preversion": "rimraf js build browser && npm run lint && npm run test && npm run browserify && npm run test:firefox && npm run test:typings",
    "test": "npm run compile && npm run mocha",
    "test:chrome": "BROWSER=CHROME ./webdriver.bash",
    "test:es6": "npm run mocha:es6",
    "test:es6:update-fixtures": "UPDATE=true mocha --full-trace --check-leaks es6/test.js",
    "test:firefox": "BROWSER=FIREFOX ./webdriver.bash",
    "test:typings": "cp es6/*.ts js && tsd ."
  },
  "keywords": [
    "word",
    "dom-to-word"
  ],
  "author": "who",
  "license": "ISC",
  "dependencies": {
    "color-js": "^1.0.5",
    "css": "^3.0.0",
    "css-what": "^6.1.0",
    "docxtemplater": "^3.42.6",
    "domhandler": "^5.0.3",
    "he": "^1.2.0",
    "htmlparser2": "^9.0.0",
    "image-size": "^1.0.2",
    "lodash": "^4.17.21"
  },
  "deprecated": false,
  "devDependencies": {
    "@babel/cli": "^7.16.8",
    "@babel/core": "^7.16.7",
    "@babel/eslint-parser": "^7.16.5",
    "@babel/preset-env": "^7.16.8",
    "@wdio/cli": "^7.16.13",
    "@xmldom/xmldom": "^0.8.0",
    "angular-expressions": "^1.1.4",
    "babel-loader": "^8.2.3",
    "browserify": "^17.0.0",
    "chai": "^4.3.4",
    "chalk": "^5.0.0",
    "eslint-plugin-dependencies": "^2.4.0",
    "eslint-plugin-import": "^2.25.4",
    "eslint_d": "^11.1.1",
    "finalhandler": "^1.1.2",
    "mkdirp": "^1.0.3",
    "mocha": "^9.1.4",
    "pizzip": "^3.1.1",
    "prettier": "^2.5.1",
    "rimraf": "^3.0.2",
    "selenium-standalone": "^8.0.8",
    "serve-static": "^1.14.2",
    "tsd": "^0.19.1",
    "webdriverio": "^7.16.13",
    "webpack": "^5.66.0",
    "webpack-cli": "^4.9.1"
  },
  "directories": {
    "example": "examples"
  },
  "types": "./js/index.d.ts"
}
