{
  "name": "@agent-tars/core",
  "version": "0.3.0",
  "description": "Agent TARS core.",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org"
  },
  "files": [
    "dist"
  ],
  "scripts": {
    "dev": "rslib build --watch",
    "build": "rslib build",
    "prepublishOnly": "pnpm run build",
    "test": "vitest run",
    "test:watch": "vitest",
    "agent:snapshot:generate": "npx tsx snapshot/runner.ts generate all",
    "agent:snapshot:test": "npx vitest snapshot/index.test.ts",
    "benchmark:crawl": "cd benchmark/crawl && pnpm start"
  },
  "dependencies": {
    "@tarko/shared-utils": "0.3.0",
    "@tarko/shared-media-utils": "0.3.0",
    "@tarko/mcp-agent": "0.3.0",
    "@agent-tars/interface": "0.3.0"
  },
  "devDependencies": {
    "@gui-agent/operator-browser": "0.3.0",
    "@gui-agent/action-parser": "0.3.0",
    "@gui-agent/shared": "0.3.0",
    "@agent-infra/mcp-server-browser": "1.1.10",
    "@agent-infra/mcp-server-commands": "1.1.10",
    "@agent-infra/mcp-server-filesystem": "1.1.10",
    "@agent-infra/search": "0.0.5",
    "@agent-infra/browser": "0.1.1",
    "@agent-infra/browser-search": "0.0.5",
    "@agent-infra/shared": "0.0.2",
    "@tarko/agent": "0.3.0",
    "@tarko/agent-snapshot": "0.3.0",
    "@rslib/core": "0.10.0",
    "@types/node": "22.15.30",
    "typescript": "^5.5.3",
    "vitest": "3.2.4"
  }
}
