{
  "name": "@docfy/core",
  "version": "0.11.0",
  "private": false,
  "description": "The core components of Docfy, a documentation site builder",
  "repository": "https://github.com/josemarluedke/docfy",
  "license": "MIT",
  "author": "Josemar Luedke <josemarluedke@gmail.com>",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "files": [
    "lib"
  ],
  "scripts": {
    "compile": "tsc",
    "prepare": "tsc",
    "test": "jest",
    "lint": "eslint . --cache",
    "lint:fix": "eslint . --fix",
    "format": "prettier . --cache --write",
    "format:check": "prettier . --cache --check"
  },
  "dependencies": {
    "debug": "^4.4.1",
    "fast-glob": "^3.3.3",
    "git-repo-info": "^2.1.1",
    "github-slugger": "^1.4.0",
    "hosted-git-info": "^3.0.8",
    "mdast-util-to-string": "^2.0.0",
    "mdast-util-toc": "^5.1.0",
    "rehype-stringify": "^8.0.0",
    "remark-extract-frontmatter": "^3.1.0",
    "remark-frontmatter": "^3.0.0",
    "remark-gfm": "^1.0.0",
    "remark-normalize-headings": "^2.0.0",
    "remark-parse": "^9.0.0",
    "remark-rehype": "^8.0.0",
    "remark-slug": "^6.0.0",
    "to-vfile": "^6.1.0",
    "trough": "^1.0.5",
    "unified": "^9.0.0",
    "unist-util-visit": "^2.0.2",
    "yaml": "^2.8.0"
  },
  "devDependencies": {
    "@eslint/js": "^9.32.0",
    "@types/debug": "^4.1.12",
    "@types/hast": "^2.3.1",
    "@types/hosted-git-info": "^3.0.5",
    "@types/jest": "^29.5.14",
    "@types/unist": "^2.0.0",
    "@types/yaml": "^1.9.7",
    "eslint": "^9.32.0",
    "eslint-config-prettier": "^10.1.8",
    "eslint-plugin-jest": "^28.10.0",
    "eslint-plugin-n": "^17.18.0",
    "globals": "^16.1.0",
    "jest": "^29.7.0",
    "prettier": "^3.5.3",
    "rehype-katex": "^4.0.0",
    "remark-autolink-headings": "^6.0.0",
    "remark-hbs": "^0.4.0",
    "remark-math": "^4.0.0",
    "ts-jest": "^29.1.0",
    "ts-node": "^10.9.2",
    "typescript": "^5.8.3",
    "typescript-eslint": "^8.38.0",
    "vfile": "^4.2.1"
  },
  "engines": {
    "node": ">= 12.*"
  },
  "publishConfig": {
    "access": "public"
  },
  "gitHead": "ee9fe9a5fc4d12ae19c5f872883a344d8e8e3a4a"
}
