From 7b0815086be54bd6a121e3516102cc0d1a98640f Mon Sep 17 00:00:00 2001 From: Bulent Turkmen Date: Mon, 3 Nov 2025 18:42:43 +0300 Subject: [PATCH] Update package.json with additional metadata Added detailed description, repository info, and links. --- package.json | 9 +++++++++ 1 file changed, 9 insertions(+) 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",