mirror of
https://github.com/Frooodle/Stirling-PDF.git
synced 2026-03-19 02:22:11 +01:00
14 lines
332 B
JSON
14 lines
332 B
JSON
{
|
|
"name": "stirling-docgen",
|
|
"version": "1.0.0",
|
|
"type": "module",
|
|
"private": true,
|
|
"description": "Node tooling for Stirling PDF docgen backend (HTML→PDF via Puppeteer)",
|
|
"scripts": {
|
|
"postinstall": "node -e \"require('puppeteer')\" 2>/dev/null || true"
|
|
},
|
|
"dependencies": {
|
|
"puppeteer": "^24.25.0"
|
|
}
|
|
}
|