{
  "name": "typedoc-plugin-frontmatter",
  "version": "1.3.1",
  "description": "A plugin for TypeDoc ( + typedoc-plugin-markdown ) that prepends configurable frontmatter to page content.",
  "exports": {
    ".": "./dist/index.js"
  },
  "type": "module",
  "files": [
    "dist/"
  ],
  "scripts": {
    "lint": "eslint ./src",
    "prepublishOnly": "npm run lint && npm run build && npm run test",
    "prebuild": "rm -rf dist && prebuild-options",
    "build": "tsc",
    "build-and-test": "npm run build && npm run test",
    "pretest": "tsx ./test/scripts/prepare.ts",
    "test": "mocha --config ./mocha.config.json",
    "test:update": "npm run build && rm -rf ./test/__snapshots__ && npm test"
  },
  "author": "Tom Grey",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/typedoc2md/typedoc-plugin-markdown/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/typedoc2md/typedoc-plugin-markdown.git",
    "directory": "packages/typedoc-plugin-frontmatter"
  },
  "homepage": "https://typedoc-plugin-markdown.org/plugins/frontmatter",
  "dependencies": {
    "yaml": "^2.8.1"
  },
  "peerDependencies": {
    "typedoc-plugin-markdown": ">=4.9.0"
  },
  "keywords": [
    "frontmatter",
    "typedoc"
  ]
}
