Add SaaS AI engine (#5907)

This commit is contained in:
James Brunton
2026-03-16 11:01:50 +00:00
committed by GitHub
parent cddc8e6df0
commit c58a6092ec
182 changed files with 29961 additions and 3 deletions

13
engine/package.json Normal file
View File

@@ -0,0 +1,13 @@
{
"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"
}
}