12345678910111213141516171819202122 |
- {
- "name": "stagerackhtmltopdf",
- "version": "1.0.0",
- "keywords": [
- "util",
- "functional",
- "server",
- "client",
- "browser"
- ],
- "author": "Florian",
- "contributors": [],
- "main": "main.js",
- "scripts": {
- "test": "echo \"Error: no test specified\" && exit 1"
- },
- "license": "ISC",
- "description": "",
- "dependencies": {
- "puppeteer": "^23.8.0"
- }
- }
|