{
  "name": "@d-fischer/documen.ts",
  "type": "module",
  "version": "0.17.7",
  "homepage": "https://github.com/d-fischer/documen.ts",
  "main": "lib/generator/index.js",
  "engines": {
    "node": ">= 12.10.0"
  },
  "dependencies": {
    "@d-fischer/react-syntax-highlighter": "^15.4.5",
    "@d-fischer/shared-utils": "^3.3.0",
    "@fortawesome/fontawesome-svg-core": "^6.1.1",
    "@fortawesome/free-brands-svg-icons": "^6.1.1",
    "@fortawesome/free-solid-svg-icons": "^6.1.1",
    "@fortawesome/react-fontawesome": "0.1.16",
    "@mui/styles": "^6.4.8",
    "@rollup/plugin-multi-entry": "^6.0.0",
    "@types/compression": "^1.7.2",
    "@types/express": "^4.17.6",
    "@types/fs-extra": "^9.0.6",
    "@types/lz-string": "^1.3.34",
    "@types/mdast": "^4.0.4",
    "@types/randomstring": "^1.1.6",
    "@types/react": "^18.3.28",
    "@types/react-dom": "^18.3.7",
    "@types/react-fontawesome": "^1.6.2",
    "@types/react-syntax-highlighter": "^13.5.0",
    "@types/tmp": "^0.2.0",
    "@types/toposort": "^2.0.3",
    "@types/unist": "^2.0.3",
    "@typescript/twoslash": "^3.2.1",
    "@typescript/vfs": "^1.3.0",
    "@vitejs/plugin-react": "^5.2.0",
    "classnames": "^2.2.6",
    "clime": "0.5.15",
    "compression": "^1.7.2",
    "express": "^4.16.3",
    "fs-extra": "^9.0.0",
    "history": "^5.0.1",
    "lz-string": "^1.4.4",
    "mdast": "^3.0.0",
    "mdast-util-gfm-table": "^0.1.6",
    "mdast-util-to-hast": "^13.2.1",
    "micromark-extension-gfm-table": "^0.4.3",
    "ora": "^5.4.0",
    "path": "^0.12.7",
    "prettier": "^2.2.1",
    "prop-types": "^15.7.2",
    "randomstring": "^1.1.5",
    "react": "^18.3.1",
    "react-dom": "^18.3.1",
    "react-markdown": "^6.0.1",
    "react-router": "^7.13.2",
    "remark-directive": "^1.0.1",
    "rollup": "^3.21.2",
    "rollup-plugin-dts": "^5.3.0",
    "source-map": "^0.7.3",
    "tiny-invariant": "^1.0.3",
    "tmp-promise": "^3.0.2",
    "toposort": "^2.0.2",
    "tslib": "^2.3.1",
    "tsutils": "^3.20.0",
    "type-fest": "^3.0.0",
    "unified": "^9.2.1",
    "unist-util-visit": "^4.1.1",
    "untildify": "^4.0.0",
    "vite": "^7.3.1"
  },
  "peerDependencies": {
    "typescript": ">=4.6.3 <6.0"
  },
  "devDependencies": {
    "@babel/core": "^7.19.1",
    "@d-fischer/eslint-config": "^6.3.0",
    "@types/babel__core": "^7.1.19",
    "@types/prettier": "^2.2.3",
    "cross-env": "^7.0.2",
    "eslint": "^8.57.0",
    "eslint-plugin-react": "^7.37.5",
    "nodemon": "^2.0.7",
    "react-error-overlay": "^6.0.7",
    "react-refresh": "^0.9.0",
    "typescript": "~5.9.3"
  },
  "resolutions": {
    "@types/react": "^17"
  },
  "scripts": {
    "dev": "vite --config vite.config.dev.ts",
    "lint": "eslint --ext ts,js src",
    "build": "tsc",
    "rebuild": "rimraf lib && yarn run build"
  },
  "bin": {
    "documen.ts": "bin/docs.js"
  },
  "madge": {
    "detectiveOptions": {
      "ts": {
        "skipTypeImports": true
      }
    }
  }
}
