2026-03-12 16:44:37 +00:00
|
|
|
{
|
|
|
|
|
"name": "workspace",
|
|
|
|
|
"version": "1.0.0",
|
|
|
|
|
"main": "index.js",
|
|
|
|
|
"scripts": {
|
2026-03-12 18:25:29 +00:00
|
|
|
"test": "node test/e2e.js",
|
2026-03-12 18:21:37 +00:00
|
|
|
"start": "node src/index.js",
|
2026-03-13 10:19:27 +00:00
|
|
|
"bridge": "node mcp-bridge/index.js",
|
2026-03-13 09:08:10 +00:00
|
|
|
"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"
|
2026-03-12 16:44:37 +00:00
|
|
|
},
|
|
|
|
|
"keywords": [],
|
|
|
|
|
"author": "",
|
|
|
|
|
"license": "ISC",
|
|
|
|
|
"description": "",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"express": "^5.2.1",
|
|
|
|
|
"uuid": "^13.0.0",
|
|
|
|
|
"ws": "^8.19.0"
|
|
|
|
|
}
|
|
|
|
|
}
|