{
  "name": "html-to-pptx",
  "version": "1.1.0",
  "description": "Convert page elements to pptx. See README for more details.",
  "main": "dist/index.js",
  "module": "dist/index.esm.js",
  "types": "dist/index.d.ts",
  "unpkg": "dist/html-to-pptx.min.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "rollup -c",
    "prepare": "npm run build",
    "prepublishOnly": "npm run build"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/joker-duzhong/html-to-pptx.git"
  },
  "keywords": [
    "html",
    "pptx",
    "ppt",
    "presentation",
    "html-to-pptx"
  ],
  "author": "455422060@qq.com",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/joker-duzhong/html-to-pptx/issues"
  },
  "homepage": "https://github.com/joker-duzhong/html-to-pptx#readme",
  "dependencies": {
    "pptxgenjs": "^4.0.1",
    "tslib": "^2.8.1"
  },
  "peerDependencies": {
    "pptxgenjs": "^4.0.1"
  },
  "devDependencies": {
    "@rollup/plugin-commonjs": "^29.0.0",
    "@rollup/plugin-node-resolve": "^16.0.3",
    "@rollup/plugin-typescript": "^12.3.0",
    "rollup": "^2.79.2",
    "rollup-plugin-terser": "^7.0.2",
    "typescript": "^5.6.3"
  }
}
