{
  "name": "znum",
  "version": "0.2.4",
  "author": "Vitaly Gashkov <vitalygashkov@vk.com>",
  "description": "Save books from Znanium for offline reading",
  "license": "MIT",
  "keywords": [
    "znanium",
    "books",
    "education",
    "reading",
    "pdf",
    "download",
    "cli"
  ],
  "readmeFilename": "README.md",
  "repository": {
    "type": "git",
    "url": "https://github.com/vitalygashkov/znum"
  },
  "bugs": {
    "url": "https://github.com/vitalygashkov/znum/issues",
    "email": "vitalygashkov@vk.com"
  },
  "funding": [
    {
      "type": "individual",
      "url": "https://boosty.to/vitalygashkov/donate"
    }
  ],
  "type": "module",
  "main": "znum.js",
  "types": "znum.d.ts",
  "bin": {
    "znum": "znum.js"
  },
  "files": [
    "znum.js",
    "znum.d.ts",
    "src"
  ],
  "engines": {
    "node": ">=22"
  },
  "scripts": {
    "start": "node znum.js",
    "test": "node --test --watch"
  },
  "dependencies": {
    "@inquirer/prompts": "^7.8.2",
    "cli-progress": "^3.12.0",
    "got-scraping": "^4.1.1",
    "join-images": "^1.1.5",
    "pdfkit": "^0.17.1",
    "sharp": "^0.32.6",
    "tough-cookie": "^5.1.2"
  },
  "devDependencies": {
    "@types/node": "^24.3.0",
    "prettier": "^3.6.2",
    "typescript": "^5.9.2"
  }
}
