chore: align project config with torrentclaw org standards

This commit is contained in:
Deivid Soto 2026-02-12 15:44:09 +01:00
parent 2f58ac7bf8
commit 8bb8e5507e
9 changed files with 367 additions and 46 deletions

View file

@ -15,6 +15,8 @@
"dev": "tsx src/index.ts",
"test": "vitest run",
"test:watch": "vitest",
"fmt": "prettier --write .",
"fmt:check": "prettier --check .",
"lint": "tsc --noEmit",
"prepublishOnly": "npm run build"
},
@ -35,11 +37,15 @@
"agent",
"media"
],
"author": "buryni",
"author": "TorrentClaw (https://torrentclaw.com)",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/buryni/torrentclaw-mcp"
"url": "https://github.com/torrentclaw/torrentclaw-mcp"
},
"homepage": "https://github.com/torrentclaw/torrentclaw-mcp#readme",
"bugs": {
"url": "https://github.com/torrentclaw/torrentclaw-mcp/issues"
},
"engines": {
"node": ">=18.0.0"