{
  "name": "@markbind/core",
  "version": "7.1.1",
  "type": "module",
  "description": "MarkBind core module",
  "keywords": [
    "mark",
    "markdown",
    "markbind",
    "fragment",
    "reusable"
  ],
  "exports": {
    ".": {
      "types": "./index.d.ts",
      "default": "./index.js"
    },
    "./src/Pagefind": {
      "types": "./src/Pagefind/index.d.ts",
      "default": "./src/Pagefind/index.js"
    },
    "./src/utils/fsUtil": {
      "types": "./src/utils/fsUtil.d.ts",
      "default": "./src/utils/fsUtil.js"
    },
    "./src/utils/logger": {
      "types": "./src/utils/logger.d.ts",
      "default": "./src/utils/logger.js"
    },
    "./src/Site/constants": {
      "types": "./src/Site/constants.d.ts",
      "default": "./src/Site/constants.js"
    },
    "./src/Page/PageVueServerRenderer": {
      "types": "./src/Page/PageVueServerRenderer.d.ts",
      "default": "./src/Page/PageVueServerRenderer.js"
    },
    "./test/unit/utils/data": {
      "types": "./test/unit/utils/data.d.ts",
      "default": "./test/unit/utils/data.js"
    }
  },
  "homepage": "https://markbind.org",
  "license": "MIT",
  "main": "index.js",
  "types": "index.d.ts",
  "repository": {
    "type": "git",
    "url": "https://github.com/MarkBind/markbind.git",
    "directory": "packages/core"
  },
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "compile": "tsc",
    "build": "tsc --noEmitOnError",
    "prepare": "npm run build",
    "test": "jest --colors"
  },
  "dependencies": {
    "@fortawesome/fontawesome-free": "^6.5.2",
    "@markbind/core-web": "7.1.1",
    "@primer/octicons": "^15.0.1",
    "@sindresorhus/slugify": "^0.9.1",
    "@tlylt/markdown-it-imsize": "^3.0.0",
    "bootstrap-icons": "^1.13.1",
    "bootswatch": "5.3.8",
    "cheerio": "^0.22.0",
    "csv-parse": "^4.14.2",
    "ensure-posix-path": "^1.1.1",
    "fastmatter": "^2.1.1",
    "fs-extra": "^9.0.1",
    "gh-pages": "^6.3.0",
    "highlight.js": "^10.4.1",
    "html-entities": "^2.6.0",
    "htmlparser2": "^3.10.1",
    "ignore": "^5.1.4",
    "js-beautify": "1.14.3",
    "katex": "^0.15.6",
    "lodash": "^4.17.15",
    "markdown-it": "^12.3.2",
    "markdown-it-attrs": "^4.1.3",
    "markdown-it-emoji": "^1.4.0",
    "markdown-it-linkify-images": "^3.0.0",
    "markdown-it-mark": "^3.0.0",
    "markdown-it-regexp": "^0.4.0",
    "markdown-it-sub": "^1.0.0",
    "markdown-it-sup": "^1.0.0",
    "markdown-it-table-of-contents": "^0.4.4",
    "markdown-it-task-lists": "^2.1.1",
    "markdown-it-texmath": "^1.0.0",
    "markdown-it-video": "^0.6.3",
    "material-icons": "^1.9.1",
    "moment": "^2.29.4",
    "nunjucks": "3.2.4",
    "pagefind": "^1.4.0",
    "path-is-inside": "^1.0.2",
    "simple-git": "^3.22.0",
    "url-parse": "^1.5.10",
    "uuid": "^8.3.1",
    "vue": "3.3.11",
    "walk-sync": "^2.0.2",
    "winston": "^3.19.0"
  },
  "devDependencies": {
    "@babel/cli": "^7.27.0",
    "@babel/core": "^7.29.0",
    "@babel/plugin-transform-dynamic-import": "^7.27.1",
    "@babel/preset-env": "^7.29.0",
    "@babel/preset-typescript": "^7.28.5",
    "@jest/globals": "^29.5.0",
    "@types/cheerio": "^0.22.31",
    "@types/domhandler": "^2.4.2",
    "@types/fs-extra": "^9.0.13",
    "@types/gh-pages": "^6.1.0",
    "@types/htmlparser2": "^3.10.3",
    "@types/jest": "^27.4.1",
    "@types/js-beautify": "^1.13.3",
    "@types/katex": "^0.16.0",
    "@types/lodash": "4.14.181",
    "@types/markdown-it": "^12.2.3",
    "@types/markdown-it-attrs": "^4.1.3",
    "@types/markdown-it-emoji": "^3.0.1",
    "@types/nunjucks": "^3.2.1",
    "@types/path-is-inside": "^1.0.0",
    "@types/primer__octicons": "^17.11.0",
    "@types/url-parse": "^1.4.8",
    "@types/uuid": "^9.0.0",
    "babel-jest": "^29.7.0",
    "babel-plugin-transform-import-meta": "^2.3.3",
    "jest": "^29.7.0",
    "memfs": "^3.0.1"
  },
  "gitHead": "79c18606e5477fe27530651b1b24c2d7f0b0640f"
}
