{
  "name": "pi-usage-stats",
  "version": "1.0.1",
  "description": "Tool and command usage statistics for pi-coding-agent extensions",
  "main": "index.ts",
  "dependencies": {
    "@pi-atelier/shared-utils": "^1.0.0"
  },
  "devDependencies": {
    "@vitest/coverage-v8": "^3.2.4",
    "vitest": "^3.0.0"
  },
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": ">=1.0.0"
  },
  "peerDependenciesMeta": {
    "@earendil-works/pi-coding-agent": {
      "optional": true
    }
  },
  "pi": {
    "extensions": [
      "."
    ]
  },
  "files": [
    "index.ts",
    "lib/",
    "README.md",
    "tsconfig.json",
    "package.json"
  ],
  "keywords": [
    "pi-package"
  ],
  "homepage": "https://catlain.github.io/pi-atelier/",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com:catlain/pi-usage-stats.git"
  },
  "bugs": {
    "url": "https://github.com/catlain/pi-usage-stats/issues"
  },
  "license": "MIT"
}
