Browse Source

add package json

encrypt 2 months ago
parent
commit
386f05c53d
1 changed files with 19 additions and 0 deletions
  1. 19 0
      package.json

+ 19 - 0
package.json

@@ -0,0 +1,19 @@
+{
+  "name": "rotocalco",
+  "version": "1.0.0",
+  "description": "Urls > EPUB",
+  "main": "index.js",
+  "type": "module",
+  "scripts": {
+    "test": "echo \"Error: no test specified\" && exit 1"
+  },
+  "keywords": [],
+  "author": "",
+  "license": "WTFPL",
+  "dependencies": {
+    "@mozilla/readability": "^0.5.0",
+    "epub-gen": "^0.1.0",
+    "jsdom": "^22.1.0",
+    "yargs": "^17.7.2"
+  }
+}