{
  "name": "typedoc-plugin-remark",
  "version": "2.0.1",
  "description": "A plugin for TypeDoc ( + typedoc-plugin-markdown ) that enables additional markdown transformations with remark plugins.",
  "exports": {
    ".": "./dist/index.js"
  },
  "type": "module",
  "files": [
    "dist/"
  ],
  "scripts": {
    "lint": "eslint ./src",
    "prepublishOnly": "npm run lint && npm run build",
    "prebuild": "rm -rf dist && prebuild-options",
    "build": "tsc",
    "build-and-run": "npm run build && npm run pretest",
    "pretest": "tsx ./test/__scripts__/prepare.ts",
    "test": "jest",
    "test:update": "npm run build && npm run test -- -u"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/typedoc2md/typedoc-plugin-markdown.git",
    "directory": "packages/typedoc-plugin-remark"
  },
  "homepage": "https://typedoc-plugin-markdown.org/plugins/remark",
  "author": "Thomas Grey",
  "license": "MIT",
  "dependencies": {
    "remark": "^15.0.1",
    "remark-frontmatter": "^5.0.0",
    "vfile": "^6.0.3"
  },
  "peerDependencies": {
    "typedoc-plugin-markdown": ">=4.6.2"
  },
  "keywords": [
    "typedoc",
    "remark"
  ]
}
