chore: align project config with torrentclaw org standards
This commit is contained in:
parent
2f58ac7bf8
commit
8bb8e5507e
9 changed files with 367 additions and 46 deletions
10
package.json
10
package.json
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue