{
  "name": "@scholarcy/docx-merger",
  "version": "0.3.0",
  "license": "Apache-2.0",
  "description": "Javascript Library for Merging Docx file in NodeJS and Browser Environment.",
  "main": "dist/index.cjs.js",
  "module": "dist/index.esm.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 0",
    "validate": "echo \"Check For Test Coverage\" && exit 0",
    "clean": "rimraf dist",
    "build": "npm run clean && node build.js",
    "semantic-release": "semantic-release",
    "travis-deploy-once": "travis-deploy-once"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/scholarcy/docx-merger.git"
  },
  "files": [
    "dist",
    "README.md"
  ],
  "keywords": [
    "docx",
    "composition",
    "document",
    "office",
    "docx merge",
    "microsoft word"
  ],
  "author": "Scholarcy Developers <developers@scholarcy.com>",
  "dependencies": {
    "@xmldom/xmldom": "^0.8.6",
    "jszip": "^3.10.1"
  },
  "bugs": {
    "url": "https://github.com/scholarcy/docx-merger/issues"
  },
  "homepage": "https://github.com/scholarcy/docx-merger#readme",
  "devDependencies": {
    "esbuild": "^0.16.5",
    "rimraf": "^2.7.1"
  },
  "engines": {
    "yarn": "YARN NO LONGER USED - use npm instead."
  }
}
