{
  "name": "remark-mdx-frontmatter",
  "version": "1.1.1",
  "description": "A remark plugin for converting frontmatter metadata into MDX exports",
  "main": "dist/index.js",
  "author": "Remco Haszing <remcohaszing@gmail.com>",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/remcohaszing/remark-mdx-frontmatter.git"
  },
  "bugs": {
    "url": "https://github.com/remcohaszing/remark-mdx-frontmatter/issues"
  },
  "homepage": "https://github.com/remcohaszing/remark-mdx-frontmatter#readme",
  "keywords": [
    "frontmatter",
    "markdown",
    "markdown-frontmatter",
    "mdast",
    "mdx",
    "remark",
    "remark-plugin",
    "toml",
    "unified",
    "xdm",
    "yaml"
  ],
  "files": [
    "dist"
  ],
  "engines": {
    "node": ">=12.2.0"
  },
  "scripts": {
    "prepack": "tsc --project tsconfig.build.json",
    "test": "ts-node index.test.mjs"
  },
  "dependencies": {
    "estree-util-is-identifier-name": "^1.0.0",
    "estree-util-value-to-estree": "^1.0.0",
    "js-yaml": "^4.0.0",
    "toml": "^3.0.0"
  },
  "devDependencies": {
    "@mdx-js/mdx": "^2.0.0-rc.1",
    "@types/js-yaml": "^4.0.0",
    "@typescript-eslint/eslint-plugin": "^5.0.0",
    "@typescript-eslint/parser": "^5.0.0",
    "eslint": "^7.0.0",
    "eslint-config-remcohaszing": "^3.0.0",
    "eslint-plugin-eslint-comments": "^3.0.0",
    "eslint-plugin-import": "^2.0.0",
    "eslint-plugin-jsdoc": "^37.0.0",
    "eslint-plugin-jsx-a11y": "^6.0.0",
    "eslint-plugin-markdown": "^2.0.0",
    "eslint-plugin-node": "^11.0.0",
    "eslint-plugin-prettier": "^4.0.0",
    "eslint-plugin-react": "^7.0.0",
    "eslint-plugin-sort-destructure-keys": "^1.0.0",
    "eslint-plugin-unicorn": "^37.0.0",
    "mdast-util-mdx": "^1.0.0",
    "prettier": "^2.0.0",
    "remark-frontmatter": "^3.0.0",
    "tape": "^5.0.0",
    "ts-node": "^10.0.0",
    "typescript": "^4.0.0",
    "unified": "^9.0.0"
  }
}
