{
  "name": "handmade-blog",
  "version": "1.0.0",
  "description": "A static blog generator for people who want to start a blog quickly",
  "repository": {
    "type": "git",
    "url": "https://github.com/parksb/handmade-blog.git"
  },
  "main": "index.js",
  "scripts": {
    "start": "live-server ./dist --no-browser",
    "watch": "tsx ./tools/watch.ts",
    "publish": "tsx ./tools/publish.ts",
    "build": "bash ./tools/build.sh",
    "deploy": "bash ./tools/deploy.sh"
  },
  "author": "parksb",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/parksb/handmade-blog/issues"
  },
  "homepage": "https://github.com/parksb/handmade-blog#readme",
  "dependencies": {
    "dayjs": "^1.11",
    "highlight.js": "^11.5",
    "katex": "^0.15",
    "mermaid": "^9.1"
  },
  "devDependencies": {
    "@types/ejs": "^3.1",
    "@types/highlight.js": "^9.12",
    "@types/markdown-it": "12.2",
    "@types/node": "^17.0",
    "@typescript-eslint/eslint-plugin": "^5.23",
    "@typescript-eslint/parser": "^5.23",
    "clean-css-cli": "^5.6.0",
    "ejs": "^3.1",
    "eslint": "^8.15",
    "eslint-config-airbnb-typescript": "^17.0",
    "eslint-plugin-import": "^2.26",
    "html-minifier": "^4.0.0",
    "http-server": "^14.1.0",
    "live-server": "^1.1.0",
    "markdown-it": "^13.0",
    "markdown-it-anchor": "^8.6",
    "markdown-it-container": "^3.0",
    "markdown-it-footnote": "^3.0",
    "markdown-it-image-lazy-loading": "^1.2",
    "markdown-it-inline-comments": "^1.0",
    "markdown-it-mermaid": "^0.2",
    "markdown-it-table-of-contents": "^0.6",
    "markdown-it-texmath": "^0.9",
    "ts-node": "^10.7",
    "tsx": "^3.12.7",
    "typescript": "^4.6",
    "watcher": "^2.2.2"
  }
}
