bff-eval
Version:
Evaluation framework for LLM systems - Node.js CLI
50 lines (49 loc) • 1.09 kB
JSON
{
"name": "bff-eval",
"version": "0.1.5",
"description": "Evaluation framework for LLM systems - Node.js CLI",
"bin": {
"bff-eval": "dist/bin/bff-eval.js"
},
"scripts": {
"build": "tsc --noEmit false --skipLibCheck true",
"test": "node --test"
},
"files": [
"dist",
"examples"
],
"keywords": [
"llm",
"evaluation",
"testing",
"ai",
"bolt-foundry"
],
"author": "Bolt Foundry",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/bolt-foundry/bolt-foundry.git",
"directory": "packages/bff-eval"
},
"bugs": {
"url": "https://github.com/bolt-foundry/bolt-foundry/issues"
},
"homepage": "https://github.com/bolt-foundry/bolt-foundry/tree/main/packages/bff-eval#readme",
"engines": {
"node": ">=22.0.0"
},
"publishConfig": {
"access": "public"
},
"dependencies": {
"@bolt-foundry/bolt-foundry": "0.1.1",
"yargs": "^17.7.2"
},
"devDependencies": {
"@types/node": "^20.0.0",
"@types/yargs": "^17.0.32",
"typescript": "^5.0.0"
}
}