package.json•752 B
{
"name": "prompt-evaluator-mcp",
"version": "1.0.0",
"type": "module",
"main": "dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc",
"start": "node dist/index.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"@ai-sdk/anthropic": "^1.2.12",
"@ai-sdk/openai": "^1.3.23",
"@modelcontextprotocol/sdk": "^1.15.1",
"ai": "^4.3.19"
},
"devDependencies": {
"@types/node": "^24.0.14",
"tsx": "^4.20.3",
"typescript": "^5.8.3"
},
"packageManager": "yarn@1.22.19+sha512.ff4579ab459bb25aa7c0ff75b62acebe576f6084b36aa842971cf250a5d8c6cd3bc9420b22ce63c7f93a0857bc6ef29291db39c3e7a23aab5adfd5a4dd6c5d71"
}