27 lines
574 B
JSON
27 lines
574 B
JSON
{
|
|
"name": "@agent-fox/mcp",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "tsx watch src/index.ts",
|
|
"build": "tsc",
|
|
"start": "node dist/index.js"
|
|
},
|
|
"dependencies": {
|
|
"@agent-fox/shared": "workspace:*",
|
|
"@modelcontextprotocol/sdk": "^1.12.0",
|
|
"bcrypt": "^6.0.0",
|
|
"cors": "^2.8.5",
|
|
"express": "^5.0.0",
|
|
"zod": "^3.24.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/bcrypt": "^6.0.0",
|
|
"@types/cors": "^2.8.17",
|
|
"@types/express": "^5.0.0",
|
|
"tsx": "^4.19.0",
|
|
"typescript": "^5.7.0"
|
|
}
|
|
}
|