{
  "name": "tr-archive",
  "version": "1.0.0",
  "description": "",
  "main": "index.js",
  "dependencies": {
    "@not-dalia/gfm-toc": "github:not-dalia/gfm-toc#995683cdac2aa0cce1f175104eb6cce63fb99c8d",
    "anchor-js": "^5.0.0",
    "anchor-markdown-header": "^0.7.0",
    "cross-zip": "^4.0.1",
    "gray-matter": "^4.0.3",
    "highlight.js": "^11.7.0",
    "jsdom": "^26.0.0",
    "marked": "^16.4.0",
    "marked-alert": "^2.0.1"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "fix-tocs": "node fix-tocs.js",
    "build": "node build.mjs",
    "serve": "bash copy-local-assets.sh && npm run build && npx serve .",
    "extract-link-targets": "node extract-link-targets.js",
    "prettier": "npx prettier@2.8.8 --no-error-on-unmatched-pattern --write *.js"
  },
  "keywords": [],
  "author": "Steven R. Loomis <srl295@gmail.com>",
  "license": "Unicode-3.0",
  "private": true
}
