-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 771 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 771 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"name": "mcp-hive",
"version": "1.0.0",
"description": " The Swarm Orchestration Layer for Agentic Environments. One request. Multiple specialists. Merged intelligence.",
"type": "module",
"main": "dist/index.js",
"scripts": {
"build": "tsc",
"test": "vitest run",
"register": "node scripts/register.js"
},
"dependencies": {
"@babel/parser": "^7.29.0",
"@modelcontextprotocol/sdk": "^1.26.0",
"@types/uuid": "^10.0.0",
"better-sqlite3": "^12.6.2",
"dotenv": "^17.3.1",
"p-queue": "^9.1.0",
"p-throttle": "^8.1.0",
"uuid": "^13.0.0",
"zod": "^4.3.6"
},
"devDependencies": {
"@types/better-sqlite3": "^7.6.13",
"@types/node": "^25.3.0",
"typescript": "^5.9.3",
"vitest": "^4.0.18"
}
}