{ "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" } }