{
  "name": "orz-slides",
  "version": "0.8.5",
  "description": "Single-file, self-editing HTML slide decks authored in Markdown with layout grammar, themes, and presenter tools.",
  "type": "module",
  "main": "./dist/lib.js",
  "types": "./dist/lib.d.ts",
  "exports": {
    ".": {
      "types": "./dist/lib.d.ts",
      "default": "./dist/lib.js"
    }
  },
  "bin": {
    "orz-slides": "dist/cli.js"
  },
  "files": [
    "dist",
    "assets",
    "orz-slides-skills",
    "PROTOCOL.md"
  ],
  "scripts": {
    "build": "tsc && npm run bundle",
    "bundle": "tsx build/bundle.ts",
    "release": "npm run build && npm publish && npm publish ./browser",
    "gen": "tsx src/cli.ts",
    "test": "vitest run",
    "test:watch": "vitest",
    "typecheck": "tsc --noEmit",
    "clean": "rm -rf dist"
  },
  "keywords": [
    "slides",
    "reveal.js",
    "orz-markdown",
    "markdown",
    "presentation",
    "self-contained",
    "single-file"
  ],
  "author": "Yu Wang <yuwang@orz.how>",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/wangyu16/orz-slides.git"
  },
  "homepage": "https://markdown.orz.how/family.html#slides",
  "bugs": "https://github.com/wangyu16/orz-slides/issues",
  "dependencies": {
    "orz-markdown": "^1.6.3",
    "reveal.js": "^5.0.4"
  },
  "devDependencies": {
    "@types/node": "^20.11.0",
    "esbuild": "^0.28.1",
    "path-browserify": "^1.0.1",
    "tsx": "^4.7.0",
    "typescript": "^5.4.0",
    "vitest": "^4.1.10"
  }
}
