{
  "name": "@tomsd/md-book",
  "version": "2.0.7",
  "description": "It provides .js that displays the contents from the markdown document files on page",
  "type": "module",
  "main": "public/js/index.js",
  "bin": {
    "mdbook": "bin/mdbook.js",
    "md-book": "bin/mdbook.js"
  },
  "files": [
    "bin",
    "public/css",
    "public/js"
  ],
  "scripts": {
    "build": "npm run build:bin && npm run build:client",
    "build:bin": "tsup",
    "build:client": "webpack",
    "lint": "biome check",
    "serve": "tsx doc_server",
    "dev": "npm run build && npm run serve",
    "prepare": "husky && playwright install",
    "test": "vitest",
    "test:e2e": "playwright test",
    "test:e2e:update": "UPDATE_SNAPSHOTS=true playwright test --update-snapshots"
  },
  "lint-staged": {
    "public/**/*.css": [
      "npm run lint"
    ],
    "src/bin/**/*.ts": [
      "npm run lint"
    ],
    "src/client/**/*.(ts|vue)": [
      "npm run lint"
    ],
    "src/client/**/*.css": [
      "npm run lint"
    ],
    "test/**/*.ts": [
      "npm run lint"
    ]
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/tomsdoo/md-book.git"
  },
  "keywords": [
    "markdown"
  ],
  "author": "tom",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/tomsdoo/md-book/issues"
  },
  "homepage": "https://github.com/tomsdoo/md-book#readme",
  "devDependencies": {
    "@biomejs/biome": "2.3.13",
    "@playwright/test": "1.58.2",
    "@types/koa": "3.0.1",
    "@vitest/browser": "4.0.18",
    "@vitest/browser-playwright": "4.0.18",
    "css-loader": "7.1.3",
    "husky": "9.1.7",
    "lint-staged": "16.2.7",
    "playwright": "1.58.1",
    "style-loader": "4.0.0",
    "ts-loader": "9.5.4",
    "tsup": "8.5.1",
    "tsx": "4.21.0",
    "typescript": "5.9.3",
    "vitest": "4.0.18",
    "vue-loader": "17.4.2",
    "webpack": "5.104.1",
    "webpack-cli": "6.0.1"
  },
  "dependencies": {
    "@tomsd/github-repo": "2.7.0",
    "commander": "14.0.3",
    "destyle.css": "4.0.1",
    "fast-glob": "3.3.3",
    "highlight.js": "11.11.1",
    "koa": "3.1.1",
    "koa-router": "14.0.0",
    "koa-static-server": "1.5.2",
    "marked": "17.0.1",
    "vue": "3.5.27",
    "vue-router": "5.0.2"
  }
}
