{
  "name": "crash-to-vibe",
  "version": "2.3.1",
  "description": "Installs an Agent Skills skill that auto-activates Firebase Crashlytics crash analysis and task creation in Claude Code, Gemini CLI, Codex, and GitHub Copilot",
  "main": "generate-crash-analyzer.js",
  "bin": {
    "crash-to-vibe": "generate-crash-analyzer.js"
  },
  "files": [
    "generate-crash-analyzer.js",
    "ai-executors.js",
    "postinstall.js",
    "templates/",
    "README.md",
    "LICENSE",
    "config.example.json",
    "team-config.example.json",
    "crash-to-vibe.example.json"
  ],
  "scripts": {
    "start": "node generate-crash-analyzer.js",
    "postinstall": "node postinstall.js"
  },
  "keywords": [
    "firebase",
    "crashlytics",
    "agent-skills",
    "skills",
    "jira",
    "automation",
    "ai",
    "mobile",
    "android",
    "ios",
    "flutter",
    "crash-analysis",
    "task-automation"
  ],
  "author": "Naufaldi Athallah Rifqi <naufaldi.rifqi@mekari.com>",
  "license": "MIT",
  "engines": {
    "node": ">=14.0.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/naufaldiath/crash-to-vibe.git"
  },
  "bugs": {
    "url": "https://github.com/naufaldiath/crash-to-vibe/issues"
  },
  "homepage": "https://github.com/naufaldiath/crash-to-vibe#readme"
}
