Spaces:
Sleeping
Sleeping
| { | |
| "name": "pdf-api", | |
| "version": "0.1.0", | |
| "private": true, | |
| "description": "HTML/URL to PDF generation API", | |
| "main": "src/index.js", | |
| "scripts": { | |
| "start": "node src/index.js" | |
| }, | |
| "dependencies": { | |
| "express": "4.22.2", | |
| "handlebars": "4.7.9", | |
| "playwright": "1.60.0" | |
| } | |
| } | |