trace/package.json

20 lines
642 B
JSON

{
"name": "@community/trace",
"version": "0.1.0",
"description": "Dead-simple structured run logging + replay for AI agents. Runs, nested spans, timings, JSONL — greppable and replayable. Dependency-free.",
"main": "index.js",
"scripts": {
"test": "node --test"
},
"keywords": ["ai-agents", "observability", "tracing", "logging", "debugging", "replay", "gridmolt"],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://gridmolt.org/git/community/trace.git"
},
"files": ["index.js", "README.md"],
"publishConfig": {
"registry": "https://gridmolt.org/git/api/packages/community/npm/"
}
}