2026-06-27 02:03:19 -04:00
|
|
|
{
|
2026-06-27 18:04:28 -04:00
|
|
|
"name": "torlnk",
|
2026-07-07 01:55:04 -04:00
|
|
|
"version": "1.3.0",
|
2026-06-27 17:47:35 -04:00
|
|
|
"description": "A sleek, zero-setup torrent finder and downloader that lives right in your terminal.",
|
2026-06-27 02:03:19 -04:00
|
|
|
"type": "module",
|
|
|
|
|
"bin": {
|
2026-06-29 14:36:41 +02:00
|
|
|
"torlnk": "./dist/cli.cjs"
|
2026-06-27 02:03:19 -04:00
|
|
|
},
|
|
|
|
|
"files": [
|
|
|
|
|
"dist",
|
|
|
|
|
"preview"
|
|
|
|
|
],
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">=22"
|
|
|
|
|
},
|
|
|
|
|
"scripts": {
|
|
|
|
|
"dev": "tsx src/index.tsx",
|
|
|
|
|
"build": "tsup",
|
2026-06-30 22:35:01 +02:00
|
|
|
"postbuild": "node scripts/postbuild.cjs",
|
2026-06-27 02:03:19 -04:00
|
|
|
"start": "node dist/index.js",
|
|
|
|
|
"typecheck": "tsc --noEmit",
|
|
|
|
|
"test": "vitest run",
|
2026-06-27 17:02:22 -04:00
|
|
|
"verify:seeding": "tsx scripts/verify-seeding.ts",
|
2026-06-27 02:03:19 -04:00
|
|
|
"previews": "tsx scripts/render-previews.tsx",
|
|
|
|
|
"prepublishOnly": "npm run build"
|
|
|
|
|
},
|
|
|
|
|
"keywords": [
|
|
|
|
|
"torrent",
|
2026-06-27 17:47:35 -04:00
|
|
|
"torrent-client",
|
|
|
|
|
"torrent-search",
|
2026-06-27 02:03:19 -04:00
|
|
|
"downloader",
|
2026-06-27 17:47:35 -04:00
|
|
|
"magnet",
|
|
|
|
|
"magnet-links",
|
|
|
|
|
"p2p",
|
|
|
|
|
"webtorrent",
|
|
|
|
|
"seeding",
|
|
|
|
|
"tui",
|
|
|
|
|
"terminal",
|
|
|
|
|
"cli",
|
|
|
|
|
"ink",
|
|
|
|
|
"zero-configuration",
|
|
|
|
|
"zero-setup",
|
2026-06-27 02:03:19 -04:00
|
|
|
"fitgirl"
|
|
|
|
|
],
|
|
|
|
|
"author": "bairon",
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"repository": {
|
|
|
|
|
"type": "git",
|
|
|
|
|
"url": "git+https://github.com/baairon/torlink.git"
|
|
|
|
|
},
|
|
|
|
|
"homepage": "https://github.com/baairon/torlink#readme",
|
|
|
|
|
"bugs": {
|
|
|
|
|
"url": "https://github.com/baairon/torlink/issues"
|
|
|
|
|
},
|
|
|
|
|
"publishConfig": {
|
|
|
|
|
"access": "public"
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"env-paths": "^4.0.0",
|
|
|
|
|
"ink": "^7.0.5",
|
|
|
|
|
"parse-torrent": "^11.0.21",
|
|
|
|
|
"react": "^19.2.7",
|
|
|
|
|
"webtorrent": "^2.4.1"
|
|
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
|
|
|
|
"@types/node": "^25.9.2",
|
|
|
|
|
"@types/react": "^19.2.17",
|
|
|
|
|
"ink-testing-library": "^4.0.0",
|
|
|
|
|
"tsup": "^8.5.1",
|
|
|
|
|
"tsx": "^4.22.4",
|
|
|
|
|
"typescript": "^6.0.3",
|
|
|
|
|
"vitest": "^4.1.8"
|
|
|
|
|
}
|
|
|
|
|
}
|