{
  "name": "active-mdx",
  "version": "0.0.14",
  "description": "models for markdown documents",
  "main": "./index.js",
  "type": "module",
  "scripts": {
    "link:local": "ln -sf $PWD ./node_modules/active-mdx",
    "preconsole": "yarn link:local",
    "console": "node scripts/console.mjs",
    "build": "npm run build:node",
    "build:node": "esbuild index.js --bundle --format=cjs --outfile=dist/index.cjs --platform=node",
    "test": "mocha --require test/test.js test/*.spec.js",
    "prerelease": "npm run test",
    "release": "npm version patch",
    "prepack": "npm run build",
    "generate:apidocs": "node scripts/amdx.mjs action generate-api-docs --root-path=docs"
  },
  "author": "Jon Soeder <jon@chicago.com>",
  "license": "MIT",
  "bin": {
    "amdx": "./scripts/amdx.mjs"
  },
  "dependencies": {
    "@mdx-js/mdx": "^1.6.22",
    "@mdx-js/mdxast": "^1.1.1",
    "docblock-parser": "^1.0.0",
    "gray-matter": "^4.0.3",
    "inflect": "^0.5.0",
    "js-yaml": "^4.1.0",
    "lodash-es": "^4.17.21",
    "mdast-util-to-string": "^3.1.0",
    "mdx-stringify": "^0.0.5",
    "minimist": "^1.2.5",
    "rehype-stringify": "^9.0.2",
    "remark": "^14.0.2",
    "remark-frontmatter": "^4.0.1",
    "remark-gfm": "^3.0.1",
    "remark-mdx": "^1.6.22",
    "remark-parse": "^10.0.1",
    "remark-stringify": "^10.0.2",
    "retext": "^8.1.0",
    "retext-english": "^4.1.0",
    "retext-keywords": "^7.1.0",
    "retext-pos": "^4.1.0",
    "retext-syntax-mentions": "^3.1.0",
    "stringify-object": "^4.0.0",
    "unified": "^10.1.1",
    "unist-util-find-after": "^4.0.0",
    "unist-util-find-all-after": "^4.0.0",
    "unist-util-find-all-before": "^4.0.0",
    "unist-util-find-before": "^3.0.0",
    "unist-util-select": "^4.0.1",
    "unist-util-visit": "^4.1.0"
  },
  "devDependencies": {
    "@babel/core": "^7.16.0",
    "@babel/preset-env": "^7.16.4",
    "@babel/traverse": "^7.16.3",
    "@babel/types": "^7.16.0",
    "@skypager/cli": "^1.4.2",
    "@skypager/node": "^1.4.2",
    "chai": "^4.3.4",
    "esbuild": "^0.13.15",
    "mocha": "^9.1.3",
    "sinon": "^12.0.1",
    "sinon-chai": "^3.7.0"
  }
}
