package.json 471 B

123456789101112131415161718192021222324
  1. {
  2. "name": "md2pdf",
  3. "version": "1.0.0",
  4. "description": "",
  5. "main": "bin/index.mjs",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1"
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "https://gitee.com/seamong/md2pdf.git"
  12. },
  13. "keywords": [],
  14. "author": "",
  15. "license": "ISC",
  16. "dependencies": {
  17. "highlight.js": "^11.11.1",
  18. "marked": "^15.0.7",
  19. "puppeteer-core": "^24.4.0"
  20. },
  21. "volta": {
  22. "node": "22.14.0"
  23. }
  24. }