{
  "name": "RecCall Starter Pack",
  "version": "1.0.0",
  "description": "Common development recipes and shortcuts for RecCall",
  "categories": [
    "development",
    "git",
    "deployment",
    "debugging",
    "code-review",
    "testing",
    "database",
    "security",
    "devops",
    "frontend",
    "backend",
    "project-management",
    "additional"
  ],
  "recipes": [
    {
      "file": "development/component-development.json",
      "category": "development"
    },
    {
      "file": "development/api-testing.json",
      "category": "development"
    },
    {
      "file": "development/documentation.json",
      "category": "development"
    },
    {
      "file": "development/error-handling.json",
      "category": "development"
    },
    {
      "file": "development/performance-optimization.json",
      "category": "development"
    },
    {
      "file": "git/cleanup-branches.json",
      "category": "git"
    },
    {
      "file": "git/sync-main.json",
      "category": "git"
    },
    {
      "file": "git/create-feature-branch.json",
      "category": "git"
    },
    {
      "file": "deployment/deploy.json",
      "category": "deployment"
    },
    {
      "file": "deployment/pre-deploy-check.json",
      "category": "deployment"
    },
    {
      "file": "debugging/debug.json",
      "category": "debugging"
    },
    {
      "file": "debugging/performance-debug.json",
      "category": "debugging"
    },
    {
      "file": "code-review/code-review.json",
      "category": "code-review"
    },
    {
      "file": "code-review/security-review.json",
      "category": "code-review"
    },
    {
      "file": "testing/unit-tests.json",
      "category": "testing"
    },
    {
      "file": "testing/integration-tests.json",
      "category": "testing"
    },
    {
      "file": "testing/test-coverage.json",
      "category": "testing"
    },
    {
      "file": "database/migrations.json",
      "category": "database"
    },
    {
      "file": "database/query-optimization.json",
      "category": "database"
    },
    {
      "file": "security/authentication.json",
      "category": "security"
    },
    {
      "file": "security/authorization.json",
      "category": "security"
    },
    {
      "file": "devops/monitoring.json",
      "category": "devops"
    },
    {
      "file": "devops/logging.json",
      "category": "devops"
    },
    {
      "file": "frontend/ui-components.json",
      "category": "frontend"
    },
    {
      "file": "frontend/accessibility.json",
      "category": "frontend"
    },
    {
      "file": "backend/api-design.json",
      "category": "backend"
    },
    {
      "file": "backend/microservices.json",
      "category": "backend"
    },
    {
      "file": "project-management/estimation.json",
      "category": "project-management"
    },
    {
      "file": "project-management/communication.json",
      "category": "project-management"
    },
    {
      "file": "additional/create-pr.json",
      "category": "additional"
    },
    {
      "file": "additional/update-landing.json",
      "category": "additional"
    },
    {
      "file": "additional/testing-global-storage.json",
      "category": "additional"
    },
    {
      "file": "additional/update-pr.json",
      "category": "additional"
    }
  ]
}
