Skip to content

Commit

Permalink
Added package.json fields
Browse files Browse the repository at this point in the history
  • Loading branch information
mattpocock committed Dec 3, 2024
1 parent e8ac85a commit 988915e
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions packages/evalite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,22 @@
"name": "evalite",
"version": "0.0.2",
"type": "module",
"description": "Test your LLM-powered apps with a TypeScript-native, Vitest-based eval runner. No API key required.",
"homepage": "https://github.com/mattpocock/evalite",
"keywords": [
"ai",
"evals",
"typescript",
"vitest"
],
"bugs": {
"url": "https://github.com/mattpocock/evalite/issues"
},
"author": "Matt Pocock <[email protected]> (https://aihero.dev)",
"repository": {
"type": "git",
"url": "git+https://github.com/mattpocock/evalite.git"
},
"bin": {
"evalite": "./dist/bin.js"
},
Expand Down

0 comments on commit 988915e

Please sign in to comment.