{
  "name": "mobile-team-agent",
  "version": "4.0.3",
  "description": "Context-aware, memory-driven developer assistant with Jira + Git integration, smart ticket guidance, persistent preferences, and intelligent workflow automation",
  "main": "Main/index.js",
  "bin": {
    "mobile-team-agent": "setup.js"
  },
  "scripts": {
    "start": "node Main/index.js",
    "setup": "node setup.js",
    "postinstall": "node setup.js",
    "build": "pkg . --out-path dist/",
    "build:all": "pkg . --out-path dist/ -t node18-macos-x64,node18-macos-arm64,node18-win-x64,node18-linux-x64,node18-linux-arm64",
    "validate": "node -c Main/index.js && node -c Main/SkillRegistry.js && node -c Skills/Core/BaseSkill.js && node -c Skills/FigmaSkill.js && node -c Skills/GitSkill.js && node -c Skills/JiraReadSkill.js && node -c Skills/JiraWriteSkill.js && node -c Skills/LegacySkill.js && node -c Skills/MemorySkill.js && node -c Skills/SetupSkill.js && node -c Skills/WorkflowSkill.js && node -c Skills/CodeReviewSkill.js && node -c Skills/RNProjectSkill.js && node -c Skills/UnitTestSkill.js && node -c Skills/EfficiencySkill.js && node -c Services/config-manager.js && node -c Services/figma-client.js && node -c Services/jira-client.js && node -c Services/memory-manager.js && node -c Services/offline-queue.js && node -c Services/report-manager.js && node -c Utils/errors.js && node -c Utils/git-utils.js && node -c Utils/logger.js && node -c Utils/ticket-utils.js && node -c Utils/validators.js && node -c Utils/feature-map.js && node -c Utils/gh-utils.js && node -c Utils/risk-model.js && node -c Constants/constants.js && echo 'All 29 files valid'"
  },
  "pkg": {
    "assets": [],
    "targets": [
      "node18-macos-x64",
      "node18-macos-arm64",
      "node18-win-x64",
      "node18-linux-x64",
      "node18-linux-arm64"
    ]
  },
  "keywords": [
    "jira",
    "git",
    "developer-assistant",
    "automation",
    "mcp",
    "standup",
    "reporting"
  ],
  "author": "Mobile Team",
  "license": "ISC",
  "type": "commonjs",
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.27.1",
    "dotenv": "^17.3.1",
    "zod": "^4.3.6"
  },
  "devDependencies": {
    "pkg": "^5.8.1"
  },
  "engines": {
    "node": ">=18.0.0"
  }
}
