decktape/package.json
Nico Jansen 574c643b1a
fix(deps): update dependencies (#335)
* fix(deps): update dependencies

* Update workflow

* test: update snapshot PDFs

* fix(fonts): wait for fonts to be fully loaded

* Revert "fix(fonts): wait for fonts to be fully loaded"

This reverts commit 3281d79d8c.

* update deps even more

* test: update snapshot PDFs

---------

Co-authored-by: Decktape bot <decktape-bot@users.noreply.github.com>
2024-07-03 09:09:32 +02:00

43 lines
1.1 KiB
JSON

{
"name": "decktape",
"description": "High-quality PDF exporter for HTML presentation frameworks",
"author": "Antonin Stefanutti",
"version": "3.12.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.3.0",
"fonteditor-core": "2.4.0",
"pdf-lib": "1.17.1",
"puppeteer": "22.12.1",
"puppeteer-core": "22.12.1",
"urijs": "1.19.11"
},
"engines": {
"node": ">=18"
},
"devDependencies": {
"koa": "2.15.3",
"koa-static": "5.0.0",
"@playwright/test": "1.45.1"
}
}