{
  "name": "@tiahui/anitorrent-cli",
  "version": "1.1.21",
  "description": "CLI tool for video management with PeerTube and Storj S3",
  "main": "src/index.js",
  "bin": {
    "anitlan": "./bin/anitlan.js"
  },
  "scripts": {
    "dev": "node bin/anitlan.js",
    "postinstall": "node -e \"const fs = require('fs'); const path = require('path'); const binPath = path.join(__dirname, 'bin', 'anitlan.js'); if (process.platform !== 'win32') { try { fs.chmodSync(binPath, '755'); } catch (e) {} }\""
  },
  "keywords": [
    "peertube",
    "cloudflare",
    "r2",
    "video",
    "subtitles",
    "cli",
    "anime",
    "torrent",
    "anilist"
  ],
  "author": "Tiahui Tech",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Tiahui-Tech/anitorrent-cli.git"
  },
  "bugs": {
    "url": "https://github.com/Tiahui-Tech/anitorrent-cli/issues"
  },
  "homepage": "https://github.com/Tiahui-Tech/anitorrent-cli#readme",
  "publishConfig": {
    "access": "public"
  },
  "files": [
    "bin/",
    "src/",
    "data/",
    "README.md",
    "LICENSE"
  ],
  "engines": {
    "node": ">=14.0.0"
  },
  "dependencies": {
    "@anthropic-ai/sdk": "^0.64.0",
    "anitomyscript": "github:Tiahui-Tech/anitomyscript",
    "aws-sdk": "^2.1692.0",
    "chalk": "^4.1.2",
    "check-disk-space": "^3.4.0",
    "cli-table3": "^0.6.3",
    "commander": "^11.0.0",
    "inquirer": "^8.2.6",
    "ora": "^5.4.1",
    "pg": "^8.11.3",
    "validator": "^13.9.0",
    "webtorrent": "^2.6.10"
  }
}
