decktape/package.json
Antonin Stefanutti 866daced5e
3.5.0
2022-12-02 15:32:13 +01:00

34 lines
771 B
JSON

{
"name": "decktape",
"description": "High-quality PDF exporter for HTML presentation frameworks",
"author": "Antonin Stefanutti",
"version": "3.5.0",
"homepage": "https://github.com/astefanutti/decktape",
"license": "MIT",
"main": "decktape.js",
"bin": {
"decktape": "decktape.js"
},
"scripts": {
"start": "node decktape.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/astefanutti/decktape.git"
},
"bugs": {
"url": "https://github.com/astefanutti/decktape/issues"
},
"dependencies": {
"chalk": "^4.1.2",
"fonteditor-core": "2.1.10",
"pdf-lib": "1.17.1",
"puppeteer": "18.2.1",
"puppeteer-core": "18.2.1",
"urijs": "1.19.11"
},
"engines": {
"node": ">=12.0.0"
}
}