{
  "name": "@devflow-tools/telemetry",
  "version": "0.18.0",
  "type": "module",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "import": "./dist/index.js",
      "types": "./dist/index.d.ts"
    }
  },
  "scripts": {
    "build": "tsc -b",
    "test": "vitest run",
    "typecheck": "tsc --noEmit",
    "clean": "rm -rf dist"
  },
  "dependencies": {
    "@devflow-tools/database": "0.18.0",
    "@devflow-tools/sdk": "0.18.0"
  },
  "devDependencies": {
    "typescript": "^5.5.0",
    "vitest": "^2.0.0"
  },
  "files": [
    "dist"
  ],
  "gitHead": "940c6c004c0ebb59abad3da9bc67137fa2d2a666",
  "description": "Privacy-safe event and metric persistence for DevFlow runtimes.",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/shilongfeicool/dev-flow.git"
  },
  "homepage": "https://github.com/shilongfeicool/dev-flow#readme"
}
