{
  "name": "marp2pptx",
  "version": "0.1.0",
  "description": "Convert Marp markdown presentations to theme-compatible, editable PowerPoint files. Single command, zero Python dependencies, fully editable output.",
  "main": "lib/index.js",
  "bin": {
    "marp2pptx": "bin/marp2pptx.js"
  },
  "scripts": {
    "test": "node bin/marp2pptx.js test/sample.md -o test/output.pptx"
  },
  "keywords": [
    "marp",
    "markdown",
    "powerpoint",
    "pptx",
    "presentation",
    "converter",
    "slides",
    "theme",
    "editable",
    "pptxgenjs",
    "marked"
  ],
  "author": "",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Pandoll-AI/marp2pptx.git"
  },
  "bugs": {
    "url": "https://github.com/Pandoll-AI/marp2pptx/issues"
  },
  "homepage": "https://github.com/Pandoll-AI/marp2pptx#readme",
  "dependencies": {
    "pptxgenjs": "^3.12.0",
    "jsdom": "^23.0.0",
    "marked": "^11.0.0",
    "commander": "^11.1.0",
    "chalk": "^4.1.2",
    "glob": "^10.3.10"
  },
  "engines": {
    "node": ">=14.0.0"
  },
  "files": [
    "bin/",
    "lib/",
    "test/sample.md",
    "README.md",
    "LICENSE"
  ]
}
