{
  "name": "@minax/md2docx",
  "version": "2.4.17",
  "description": "Helix Service that converts markdown to word documents",
  "main": "src/index.js",
  "type": "module",
  "mocha": {
    "spec": "test/*.test.js",
    "require": "test/setup-env.js",
    "reporter": "mocha-multi-reporters",
    "reporter-options": "configFile=.mocha-multi.json"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/minaxorg/md2docx.git"
  },
  "author": "",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/minaxorg/md2docx/issues"
  },
  "homepage": "https://github.com/minaxorg/md2docx#readme",
  "dependencies": {
    "@adobe/fetch": "4.2.3",
    "@adobe/helix-docx2md": "1.8.0",
    "@adobe/helix-markdown-support": "7.1.12",
    "@adobe/helix-shared-process-queue": "3.1.3",
    "@adobe/remark-gridtables": "3.0.14",
    "docx": "9.5.1",
    "github-slugger": "2.0.0",
    "hast-util-is-element": "3.0.0",
    "hast-util-to-mdast": "10.1.2",
    "image-size": "1.2.1",
    "jszip": "^3.10.1",
    "mdast-util-to-string": "4.0.0",
    "mime": "4.1.0",
    "rehype-parse": "9.0.1",
    "remark-gfm": "4.0.1",
    "remark-html": "^16.0.1",
    "remark-parse": "11.0.0",
    "unified": "11.0.5",
    "unist-util-visit": "5.0.0"
  },
  "devDependencies": {
    "@adobe/eslint-config-helix": "2.0.9",
    "@adobe/helix-mediahandler": "2.9.2",
    "@semantic-release/changelog": "6.0.3",
    "@semantic-release/exec": "7.1.0",
    "@semantic-release/git": "10.0.1",
    "c8": "10.1.3",
    "dotenv": "16.6.1",
    "eslint": "8.57.1",
    "eslint-import-resolver-exports": "1.0.0-beta.5",
    "eslint-plugin-header": "3.1.1",
    "eslint-plugin-import": "2.32.0",
    "husky": "9.1.7",
    "junit-report-builder": "5.1.1",
    "lint-staged": "15.5.2",
    "mocha": "11.7.2",
    "mocha-multi-reporters": "1.5.1",
    "nock": "13.5.6",
    "semantic-release": "24.2.9",
    "unist-util-inspect": "8.1.0",
    "yauzl": "3.2.0"
  },
  "lint-staged": {
    "*.js": "eslint"
  },
  "scripts": {
    "test": "c8 mocha",
    "lint": "eslint .",
    "semantic-release": "semantic-release",
    "semantic-release-dry": "semantic-release --dry-run --branches $CI_BRANCH"
  }
}