Files
agentic-studio/kipina-codebench/package.json

14 lines
393 B
JSON

{
"name": "kipina-codebench",
"version": "0.1.0",
"description": "LLM-koodingenerointibenchmark — testaa Ollama-mallien kykyä generoida toimivia FastAPI-projekteja",
"type": "module",
"bin": {
"codebench": "./benchmark.mjs"
},
"scripts": {
"bench": "node benchmark.mjs --scenarios all",
"docker:build": "docker build -t kipina-pytest -f Dockerfile.pytest ."
}
}