eleventy-plugin-pdf/package.json

30 lines
748 B
JSON

{
"name": "eleventy-plugin-pdf",
"version": "1.0.1",
"description": "A plugin for 11ty that generates a pdf file from a template",
"main": "eleventy.config.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://codeberg.org/TheThomaas/eleventy-plugin-pdf.git"
},
"keywords": [
"11ty",
"eleventy",
"eleventy-plugin"
],
"author": "TheThomaas",
"license": "ISC",
"homepage": "https://codeberg.org/TheThomaas/eleventy-plugin-pdf#readme",
"bugs": {
"url": "https://codeberg.org/TheThomaas/eleventy-plugin-pdf/issues"
},
"devDependencies": {
"nanoid": "^5.1.5",
"puppeteer-html-pdf": "^4.0.8"
}
}