19 lines
409 B
JSON
19 lines
409 B
JSON
{
|
|
"name": "html2pptx",
|
|
"version": "0.1.0",
|
|
"description": "HTML to editable PPTX export engine",
|
|
"main": "bin/html2pptx.js",
|
|
"type": "commonjs",
|
|
"bin": {
|
|
"html2pptx": "./bin/html2pptx.js"
|
|
},
|
|
"scripts": {
|
|
"test": "node bin/html2pptx.js test/fixtures/simple.html test/output.pptx"
|
|
},
|
|
"dependencies": {
|
|
"playwright": "^1.60.0",
|
|
"pptxgenjs": "^4.0.1"
|
|
},
|
|
"license": "MIT"
|
|
}
|