package.json 387 B

12345678910111213141516171819202122
  1. {
  2. "name": "stagerackhtmltopdf",
  3. "version": "1.0.0",
  4. "keywords": [
  5. "util",
  6. "functional",
  7. "server",
  8. "client",
  9. "browser"
  10. ],
  11. "author": "Florian",
  12. "contributors": [],
  13. "main": "main.js",
  14. "scripts": {
  15. "test": "echo \"Error: no test specified\" && exit 1"
  16. },
  17. "license": "ISC",
  18. "description": "",
  19. "dependencies": {
  20. "puppeteer": "^23.8.0"
  21. }
  22. }