Compile PDF and EPUB files from static Web assets.
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 

23 satır
605 B

  1. {
  2. "name": "@modal-sh/patchouli-sandbox-astro",
  3. "type": "module",
  4. "description": "Package JSON description",
  5. "version": "0.0.1",
  6. "scripts": {
  7. "dev": "astro dev",
  8. "start": "astro dev",
  9. "build": "astro check && astro build && patchouli -t epub -o dist/book.epub",
  10. "preview": "astro preview",
  11. "bind": "node ./node_modules/@modal-sh/patchouli-cli/dist/cjs/development/index.js",
  12. "astro": "astro"
  13. },
  14. "dependencies": {
  15. "astro": "^4.6.3",
  16. "@astrojs/check": "^0.5.10",
  17. "typescript": "^5.4.5"
  18. },
  19. "devDependencies": {
  20. "@modal-sh/patchouli-cli": "workspace:*"
  21. }
  22. }