{
  "name": "presentomatic",
  "version": "1.2.1",
  "description": "Simple presentations using markdown",
  "main": "src/index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "start": "vite",
    "build": "vite build"
  },
  "bin": {
    "presentomatic": "presentomatic.js"
  },
  "type": "module",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/tran-engineering/presentomatic.git"
  },
  "keywords": [
    "keynote",
    "powerpoint",
    "presentation",
    "slides"
  ],
  "author": "Khoi Tran <kt@compile.ch>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/tran-engineering/presentomatic/issues"
  },
  "homepage": "https://github.com/tran-engineering/presentomatic#readme",
  "dependencies": {
    "@types/d3": "^7.1.0",
    "@types/events": "^3.0.0",
    "commander": "^14.0.0",
    "css-reset-and-normalize": "^2.3.5",
    "d3": "^7.3.0",
    "events": "^3.3.0",
    "github-markdown-css": "^5.8.1",
    "highlight.js": "^11.11.1",
    "marked": "^16.1.2",
    "mermaid": "^11.4.0",
    "pdf-lib": "^1.17.1",
    "presentomatic": "^1.0.0",
    "puppeteer": "^24.16.2",
    "sass-embedded": "^1.90.0",
    "vite": "^7.1.2"
  },
  "devDependencies": {
    "vite-bundle-analyzer": "^1.2.1"
  }
}
