{
  "name": "@adobe/helix-md2docx",
  "version": "2.2.68",
  "description": "Helix Service that converts markdown to word documents",
  "main": "src/index.js",
  "type": "module",
  "scripts": {
    "test": "c8 mocha",
    "lint": "eslint .",
    "semantic-release": "semantic-release",
    "semantic-release-dry": "semantic-release --dry-run --branches $CI_BRANCH",
    "prepare": "husky"
  },
  "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/adobe/helix-md2docx.git"
  },
  "author": "",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/adobe/helix-md2docx/issues"
  },
  "homepage": "https://github.com/adobe/helix-md2docx#readme",
  "dependencies": {
    "@adobe/fetch": "4.3.1",
    "@adobe/helix-docx2md": "1.9.32",
    "@adobe/helix-markdown-support": "7.1.23",
    "@adobe/helix-shared-process-queue": "3.1.9",
    "@adobe/remark-gridtables": "3.0.20",
    "docx": "9.7.1",
    "github-slugger": "2.0.0",
    "hast-util-is-element": "3.0.0",
    "hast-util-to-mdast": "10.1.2",
    "image-size": "2.0.2",
    "mdast-util-to-string": "4.0.0",
    "mime": "4.1.0",
    "rehype-parse": "9.0.1",
    "remark-parse": "11.0.0",
    "unified": "11.0.5",
    "unist-util-visit": "5.1.0"
  },
  "devDependencies": {
    "@adobe/eslint-config-helix": "3.0.30",
    "@adobe/helix-mediahandler": "3.1.3",
    "@eslint/config-helpers": "0.7.0",
    "@semantic-release/changelog": "7.0.0",
    "@semantic-release/exec": "7.1.0",
    "@semantic-release/git": "11.0.1",
    "c8": "12.0.0",
    "dotenv": "17.4.2",
    "eslint": "9.4.0",
    "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.2",
    "lint-staged": "17.2.0",
    "mocha": "11.7.6",
    "mocha-multi-reporters": "1.5.1",
    "nock": "14.0.16",
    "semantic-release": "25.0.8",
    "unist-util-inspect": "8.1.0",
    "yauzl": "3.4.0"
  },
  "lint-staged": {
    "*.js": "eslint"
  }
}
