{
  "name": "tencentcloud-cls-sdk-codebuddy-test",
  "version": "1.0.0",
  "description": "CLS observability plugin for CodeBuddy — 6-layer span hierarchy per CLS spec, direct upload to Tencent Cloud CLS",
  "type": "module",
  "main": "src/index.mjs",
  "bin": {
    "cls-codebuddy": "src/index.mjs"
  },
  "scripts": {
    "postinstall": "node src/index.mjs _post-install",
    "setup": "node src/index.mjs setup",
    "configure": "node src/index.mjs configure",
    "start": "node src/index.mjs start",
    "stop": "node src/index.mjs stop",
    "status": "node src/index.mjs status",
    "info": "node src/index.mjs info",
    "install-hooks": "node src/index.mjs install",
    "uninstall-hooks": "node src/index.mjs uninstall",
    "test": "node --test tests/**/*.test.mjs"
  },
  "dependencies": {
    "tencentcloud-cls-sdk-js": "^1.0.6"
  },
  "engines": {
    "node": ">=18.0.0"
  },
  "keywords": [
    "tencent",
    "cls",
    "codebuddy",
    "observability",
    "opentelemetry",
    "coding-agent"
  ],
  "license": "Apache-2.0"
}
