MCP Terminal Server

{ "name": "@genkit-ai/evaluator", "description": "Genkit AI framework plugin for RAG evaluation.", "keywords": [ "genkit", "genkit-plugin", "genkit-evaluator", "evaluators", "google ai", "ai", "genai", "generative-ai" ], "version": "1.0.5", "type": "commonjs", "scripts": { "check": "tsc", "compile": "tsup-node", "build:clean": "rimraf ./lib", "build": "npm-run-all build:clean check compile", "build:watch": "tsup-node --watch", "lint": "eslint --config ../../.eslintrc.js --ext .ts src", "lint:fix": "npm run lint -- --fix --quiet" }, "repository": { "type": "git", "url": "https://github.com/firebase/genkit.git", "directory": "js/plugins/evaluators" }, "author": "genkit", "license": "Apache-2.0", "dependencies": { "compute-cosine-similarity": "^1.1.0", "node-fetch": "^3.3.2", "path": "^0.12.7", "dotprompt": "^1.0.0" }, "peerDependencies": { "genkit": "workspace:^" }, "devDependencies": { "@types/node": "^20.11.16", "npm-run-all": "^4.1.5", "rimraf": "^6.0.1", "tsup": "^8.3.5", "tsx": "^4.19.2", "typescript": "^4.9.0" }, "types": "./lib/index.d.ts", "exports": { ".": { "require": "./lib/index.js", "import": "./lib/index.mjs", "types": "./lib/index.d.ts", "default": "./lib/index.js" } } }