UNPKG

export-ppt

Version:

Export PPTX from template and AI generated text in browser/node.

50 lines (49 loc) 1.06 kB
{ "name": "export-ppt", "version": "1.0.11", "description": "Export PPTX from template and AI generated text in browser/node.", "main": "dist/index.cjs", "module": "dist/index.mjs", "browser": "dist/index.mjs", "types": "dist/index.d.ts", "files": [ "dist" ], "scripts": { "prepublishOnly": "pnpm build", "build": "tsup" }, "exports": { ".": { "browser": "./dist/index.mjs", "import": "./dist/index.mjs", "require": "./dist/index.js" } }, "repository": { "type": "git", "url": "git+https://github.com/liv-rong/export-ppt.git" }, "keywords": [ "ppt", "pptxgenjs" ], "author": "", "license": "ISC", "publishConfig": { "access": "public" }, "bugs": { "url": "https://github.com/liv-rong/export-ppt/issues" }, "homepage": "https://github.com/liv-rong/export-ppt#readme", "devDependencies": { "@types/node": "^24.7.2", "tsup": "^8.5.0", "typescript": "^5.9.3" }, "dependencies": { "pptxgenjs": "^4.0.1", "uuid": "^13.0.0" } }