{
  "name": "perfetto-analyzer",
  "version": "1.0.0",
  "description": "AI skill for Android performance analysis using Perfetto — works with Claude Code, Cursor, GitHub Copilot, Codex, Antigravity and Devin",
  "bin": {
    "perfetto-analyzer": "bin/cli.js"
  },
  "files": [
    "bin/",
    "skill/"
  ],
  "scripts": {
    "postinstall": "node bin/cli.js install --postinstall"
  },
  "keywords": [
    "android",
    "perfetto",
    "performance",
    "tracing",
    "claude",
    "cursor",
    "copilot",
    "codex",
    "skill",
    "ai-agent"
  ],
  "license": "MIT",
  "engines": {
    "node": ">=14"
  }
}
