decktape/package.json
dependabot[bot] d02e9f2c6f Bump urijs from 1.19.10 to 1.19.11
Bumps [urijs](https://github.com/medialize/URI.js) from 1.19.10 to 1.19.11.
- [Release notes](https://github.com/medialize/URI.js/releases)
- [Changelog](https://github.com/medialize/URI.js/blob/gh-pages/CHANGELOG.md)
- [Commits](https://github.com/medialize/URI.js/compare/v1.19.10...v1.19.11)

---
updated-dependencies:
- dependency-name: urijs
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-13 09:24:57 +02:00

34 lines
769 B
JSON

{
"name": "decktape",
"description": "High-quality PDF exporter for HTML presentation frameworks",
"author": "Antonin Stefanutti",
"version": "3.4.1",
"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.8",
"pdf-lib": "1.17.1",
"puppeteer": "13.2.0",
"puppeteer-core": "13.2.0",
"urijs": "1.19.11"
},
"engines": {
"node": ">=12.0.0"
}
}