Spaces:
Sleeping
Sleeping
PDF via pdfkit (pure JS, works in sandboxed hosts); artifacts file into case folder; size-case fix in cost estimator
be50eca | { | |
| "name": "pothole-box", | |
| "version": "1.0.0", | |
| "description": "", | |
| "main": "backend-api.js", | |
| "scripts": { | |
| "test": "echo \"Error: no test specified\" && exit 1", | |
| "start": "node server.js" | |
| }, | |
| "keywords": [], | |
| "author": "", | |
| "license": "ISC", | |
| "type": "commonjs", | |
| "dependencies": { | |
| "@supabase/supabase-js": "^2.108.2", | |
| "jose": "^6.2.3", | |
| "pdfkit": "^0.19.1", | |
| "pg": "^8.22.0" | |
| } | |
| } | |