{
  "name": "htex",
  "version": "0.0.8",
  "description": "Academic writing for the 21st century",
  "type": "module",
  "main": "src/index.js",
  "exports": {
    "./eleventy": "./src/index.js",
    "./markdown-it": "./src/markdown.js",
    "./markdown-it/footnotes.css": "./src/md/footnotes.css"
  },
  "scripts": {
    "release": "release-it",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/h-tex/htex.git"
  },
  "keywords": [
    "Markdown",
    "eleventy",
    "pandoc",
    "citations",
    "cross-references"
  ],
  "author": "Lea Verou",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/h-tex/htex/issues"
  },
  "homepage": "https://github.com/h-tex/htex#readme",
  "dependencies": {
    "eleventy-plugin-citations": "latest",
    "eleventy-plugin-outline": "latest",
    "image-dimensions": "^2.3",
    "markdown-it": "^14.1",
    "markdown-it-attrs": "^4.1",
    "markdown-it-bracketed-spans": "^1.0",
    "markdown-it-deflist": "^3.0",
    "markdown-it-footnote": "^4.0",
    "markdown-it-mathjax3": "^4.3",
    "markdown-it-prism": "^2.3",
    "markdown-it-sub": "^2.0",
    "markdown-it-sup": "^2.0",
    "markdown-it-table-captions": "^1.0",
    "reading-time": "^1.5"
  },
  "devDependencies": {
    "release-it": "^19.0.1"
  }
}
