From 2a626ad0cf817ee1c79950f7940ca5f38e251d4b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CSebastian?= <64795732+slegarraga@users.noreply.github.com> Date: Thu, 6 Aug 2026 02:26:31 -0400 Subject: [PATCH] Align package metadata with Weval identity --- package.json | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) 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 +}