diff --git a/package.json b/package.json index 6eaead1..96e2269 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,17 @@ { - "name": "llm-sim-suite", + "name": "weval", "version": "0.1.0", "private": true, + "description": "Open, collaborative platform for qualitative AI evaluations and benchmarks.", + "license": "MIT", + "repository": { + "type": "git", + "url": "git+https://github.com/weval-org/app.git" + }, + "homepage": "https://weval.org", + "bugs": { + "url": "https://github.com/weval-org/app/issues" + }, "packageManager": "pnpm@9.6.0", "pnpm": { "onlyBuiltDependencies": [ @@ -158,4 +168,4 @@ "@vitest/coverage-v8": "^3.2.4", "whatwg-fetch": "^3.6.20" } -} \ No newline at end of file +}