package.json 392 B

12345678910111213141516171819
  1. {
  2. "name": "rotocalco",
  3. "version": "1.0.0",
  4. "description": "Urls > EPUB",
  5. "main": "index.js",
  6. "type": "module",
  7. "scripts": {
  8. "test": "echo \"Error: no test specified\" && exit 1"
  9. },
  10. "keywords": [],
  11. "author": "",
  12. "license": "WTFPL",
  13. "dependencies": {
  14. "@mozilla/readability": "^0.5.0",
  15. "epub-gen": "^0.1.0",
  16. "jsdom": "^22.1.0",
  17. "yargs": "^17.7.2"
  18. }
  19. }