chore: normalize package.json format

This commit is contained in:
Deivid Soto 2026-02-12 22:48:14 +01:00
parent 0c4f7f1356
commit b3ca57aeb7

View file

@ -4,7 +4,7 @@
"description": "MCP server for TorrentClaw — search and discover movies and TV shows with torrent downloads, magnet links, streaming availability, and cast/crew metadata", "description": "MCP server for TorrentClaw — search and discover movies and TV shows with torrent downloads, magnet links, streaming availability, and cast/crew metadata",
"type": "module", "type": "module",
"bin": { "bin": {
"torrentclaw-mcp": "./build/index.js" "torrentclaw-mcp": "build/index.js"
}, },
"main": "./build/index.js", "main": "./build/index.js",
"files": [ "files": [
@ -48,7 +48,7 @@
"license": "MIT", "license": "MIT",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/torrentclaw/torrentclaw-mcp" "url": "git+https://github.com/torrentclaw/torrentclaw-mcp.git"
}, },
"homepage": "https://github.com/torrentclaw/torrentclaw-mcp#readme", "homepage": "https://github.com/torrentclaw/torrentclaw-mcp#readme",
"bugs": { "bugs": {