init: html2pptx project scaffold + requirements doc
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
Reference in New Issue
Block a user