diff --git a/package.json b/package.json index d2e5300..7d1d3e5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,15 @@ { "name": "@accordkit/tracer", "version": "0.2.0", + "description": "Lightweight, vendor-agnostic tracing core for AccordKit; designed for SDKs, AI agents, and self-hosted analytics. Provides a unified Tracer interface with message, usage, and span events that can be streamed or batched to any sink.", + "repository": { + "type": "git", + "url": "https://github.com/accordkit/tracer", + "directory": "packages/tracer" + }, + "bugs": "https://github.com/accordkit/tracer/issues", + "homepage": "https://github.com/accordkit/tracer/tree/main?tab=readme-ov-file", + "license": "MIT", "type": "module", "main": "dist/index.cjs", "module": "dist/index.js",