decktape/package.json
Antonin Stefanutti 65153a22f5
3.11.0
2023-12-23 16:13:47 +01:00

43 lines
1.1 KiB
JSON

{
"name": "decktape",
"description": "High-quality PDF exporter for HTML presentation frameworks",
"author": "Antonin Stefanutti",
"version": "3.11.0",
"homepage": "https://github.com/astefanutti/decktape",
"license": "MIT",
"main": "decktape.js",
"type": "module",
"bin": {
"decktape": "decktape.js"
},
"scripts": {
"start": "node decktape.js",
"test:generate-pdfs": "node test/run-decktape.js",
"test:generate-snapshot-screenshots": "SNAPSHOT=true playwright test --update-snapshots",
"test": "playwright test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/astefanutti/decktape.git"
},
"bugs": {
"url": "https://github.com/astefanutti/decktape/issues"
},
"dependencies": {
"chalk": "5.1.2",
"fonteditor-core": "2.1.11",
"pdf-lib": "1.17.1",
"puppeteer": "21.6.1",
"puppeteer-core": "21.6.1",
"urijs": "1.19.11"
},
"engines": {
"node": ">=16.13.2"
},
"devDependencies": {
"koa": "2.14.1",
"koa-static": "5.0.0",
"@playwright/test": "1.28.1"
}
}