bookgrabs
Version:
Interactive CLI tool for LibGen ebook searches and downloads with batch processing support
70 lines (69 loc) • 1.53 kB
JSON
{
"name": "bookgrabs",
"version": "1.1.1",
"description": "Interactive CLI tool for LibGen ebook searches and downloads with batch processing support",
"main": "index.tsx",
"type": "module",
"bin": {
"bookgrabs": "./bin/bookgrabs.js"
},
"scripts": {
"start": "tsx index.tsx",
"search": "tsx index.tsx",
"dev": "tsx index.tsx",
"cli": "tsx index.js",
"build": "echo 'No build step needed for this project'",
"prepublishOnly": "npm run build"
},
"keywords": [
"libgen",
"ebook",
"download",
"cli",
"batch",
"books",
"library"
],
"dependencies": {
"axios": "^1.7.2",
"boxen": "^8.0.1",
"chalk": "^5.4.1",
"chalk-animation": "^2.0.3",
"cheerio": "^1.0.0",
"cli-spinners": "^3.2.0",
"dotenv": "^16.0.0",
"enquirer": "^2.4.1",
"figlet": "^1.8.2",
"gradient-string": "^3.0.0",
"ink": "^6.0.1",
"ink-big-text": "^2.0.0",
"ink-gradient": "^3.0.0",
"ink-progress-bar": "^3.0.0",
"ink-select-input": "^6.2.0",
"ink-spinner": "^5.0.0",
"ink-text-input": "^6.0.0",
"openai": "^4.0.0",
"ora": "^8.2.0",
"react": "^19.1.0",
"terminal-kit": "^3.1.2",
"tsx": "^4.16.0"
},
"devDependencies": {
"@types/node": "^22.9.0",
"@types/react": "^19.0.0",
"typescript": "^5.6.0"
},
"engines": {
"node": ">=18.0.0"
},
"author": "",
"license": "MIT",
"repository": {
"type": "git",
"url": ""
},
"homepage": "",
"bugs": {
"url": ""
}
}