File size: 1,462 Bytes
983be3b
 
 
 
 
 
15ae5ae
3100337
15ae5ae
4cf80fe
 
983be3b
 
 
 
 
644d7ae
983be3b
 
 
 
 
 
 
 
37b52e3
4f74731
 
983be3b
4f74731
4cf80fe
983be3b
 
71e8598
 
983be3b
37b52e3
4cf80fe
983be3b
 
 
71e8598
37b52e3
983be3b
4f74731
4cf80fe
37b52e3
 
be59b19
 
0e1b3a0
 
 
983be3b
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
  "name": "ourbooks",
  "version": "1.0.0",
  "description": "A simple tool that allows you to downlaod all your books from different providers",
  "main": "cli.js",
  "scripts": {
    "cli": "node cli.js",
    "start": "node server.js",
    "test": "echo \"Error: no test specified\" && exit 1",
    "hub:docenti": "node hubscuola-docenti.js",
    "ui": "node server.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/gablilli/ourbooks.git"
  },
  "author": "gablilli",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/gablilli/ourbooks/issues"
  },
  "homepage": "https://github.com/gablilli/ourbooks#readme",
  "type": "module",
  "dependencies": {
    "adm-zip": "^0.5.12",
    "aes-js": "^3.1.2",
    "axios": "^1.13.6",
    "axios-cookiejar-support": "^5.0.5",
    "better-sqlite3": "^12.4.1",
    "cheerio": "^1.2.0",
    "express": "^5.2.1",
    "fs-extra": "^11.2.0",
    "inquirer": "^8.2.7",
    "md5": "^2.3.0",
    "msgpack-lite": "^0.1.26",
    "node-fetch": "^3.3.2",
    "node-forge": "^1.3.3",
    "p-limit": "^6.2.0",
    "pdf-lib": "^1.17.1",
    "pdf-merger-js": "^5.1.1",
    "prompt-sync": "^4.2.0",
    "sanitize-filename": "^1.6.3",
    "svg-to-pdfkit": "^0.1.8",
    "sync-request": "^6.1.0",
    "tough-cookie": "^4.1.4",
    "ws": "^8.19.0",
    "xml2js": "^0.6.2",
    "yargs": "^17.5.1",
    "yauzl": "^3.1.3",
    "zip-stream": "^6.0.1"
  },
  "overrides": {
    "glob": "latest"
  }
}