mcp/package.json
Lilith eefccd19b9 ci: add Forgejo Actions publish workflows to all packages
Added standardized workflows for automated publishing on push to main/master.
Configuration-driven, version-checked, workspace-aware workflows.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-09 11:41:53 -08:00

34 lines
849 B
JSON

{
"name": "@3viky/3viky-mcp-suite",
"version": "1.0.0",
"description": "Complete suite of MCP servers for Claude Code",
"scripts": {
"build": "pnpm -r --filter './mcp-*' build",
"test": "pnpm -r --filter './mcp-*' test",
"typecheck": "pnpm -r --filter './mcp-*' typecheck",
"clean": "pnpm -r --filter './mcp-*' clean",
"version:check": "node scripts/check-versions.js"
},
"devDependencies": {
"@modelcontextprotocol/sdk": "^1.24.3",
"typescript": "^5.7.2",
"vitest": "^4.0.15"
},
"pnpm": {
"overrides": {
"@modelcontextprotocol/sdk": "^1.24.3",
"@types/node": "^22.10.1",
"typescript": "^5.7.2",
"vitest": "^2.1.5"
}
},
"engines": {
"node": ">=18.0.0",
"pnpm": ">=8.0.0"
},
"_": {
"registry": "github",
"publish": false,
"build": true
}
}