mcp-hub/package.json

28 lines
649 B
JSON
Raw Permalink Normal View History

{
"name": "workspace",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "node test/e2e.js",
"start": "node src/index.js",
"bridge": "node mcp-bridge/index.js",
"sample-mcp": "node sample-mcp/index.js",
"pm2:start": "pm2 start ecosystem.config.js",
"pm2:stop": "pm2 stop all",
"pm2:logs": "pm2 logs",
"pm2:status": "pm2 status"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"better-sqlite3": "^12.6.2",
"dotenv": "^17.3.1",
"express": "^5.2.1",
"google-auth-library": "^10.6.1",
"uuid": "^13.0.0",
"ws": "^8.19.0"
}
}