@tiahui/anitorrent-cli
Version:
CLI tool for video management with PeerTube and Storj S3
60 lines (59 loc) • 1.48 kB
JSON
{
"name": "@tiahui/anitorrent-cli",
"version": "1.1.11",
"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.54.0",
"anitomyscript": "github:Tiahui-Tech/anitomyscript",
"aws-sdk": "^2.1692.0",
"chalk": "^4.1.2",
"check-disk-space": "^3.4.0",
"commander": "^11.0.0",
"inquirer": "^8.2.6",
"ora": "^5.4.1",
"validator": "^13.9.0",
"webtorrent": "^2.6.10"
}
}