{
  "name": "@swmansion/argent",
  "version": "0.13.0",
  "description": "MCP server for iOS Simulator and Android Emulator control",
  "license": "Apache-2.0",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/software-mansion/argent.git"
  },
  "type": "module",
  "bin": {
    "argent": "dist/cli.js",
    "argent-simulator-server": "bin/argent-simulator-server.cjs"
  },
  "scripts": {
    "build": "npm run build:dispatcher && npm run build:bundles && npm run sync-readme",
    "build:dispatcher": "rm -rf dist tsconfig.tsbuildinfo && tsc",
    "build:bundles": "node scripts/bundle-tools.cjs",
    "sync-readme": "node scripts/sync-readme.cjs",
    "prepack": "node scripts/sync-readme.cjs",
    "test": "vitest run",
    "test:watch": "vitest",
    "typecheck:tests": "tsc --noEmit -p tsconfig.test.json",
    "observe": "node scripts/observe.cjs",
    "benchmark": "node scripts/benchmark.cjs",
    "postinstall": "node scripts/postinstall.cjs"
  },
  "private": false,
  "publishConfig": {
    "registry": "https://registry.npmjs.org",
    "access": "public"
  },
  "files": [
    "dist/",
    "bin/",
    "dylibs/",
    "skills/",
    "agents/",
    "rules/",
    "assets/",
    "scripts/postinstall.cjs"
  ],
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.20.0",
    "tree-sitter": "^0.21.1",
    "tree-sitter-typescript": "^0.23.2"
  },
  "optionalDependencies": {
    "electron": "^42.4.1"
  },
  "devDependencies": {
    "@argent/cli": "file:../argent-cli",
    "@argent/installer": "file:../argent-installer",
    "@argent/mcp": "file:../argent-mcp",
    "@argent/telemetry": "file:../telemetry",
    "@argent/tools-client": "file:../argent-tools-client",
    "@clack/prompts": "^1.5.1",
    "@types/node": "^25.9.3",
    "@types/semver": "^7.7.1",
    "esbuild": "^0.28.1",
    "picocolors": "^1.1.1",
    "posthog-node": "5.35.0",
    "semver": "^7.8.4",
    "smol-toml": "^1.6.1",
    "typescript": "^6.0.3",
    "vitest": "^4.1.9",
    "yaml": "^2.8.3"
  }
}
