{
  "name": "open-tag-staging",
  "version": "0.1.1-staging.3.1",
  "description": "OpenTag command-line interface for connecting team messaging with AI coding agents.",
  "keywords": [
    "ai",
    "cli",
    "coding-agent",
    "messaging",
    "opentag"
  ],
  "license": "Apache-2.0",
  "homepage": "https://github.com/first-tree-ai/opentag#readme",
  "bugs": {
    "url": "https://github.com/first-tree-ai/opentag/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/first-tree-ai/opentag.git",
    "directory": "apps/cli"
  },
  "type": "module",
  "bin": {
    "opentag-staging": "./dist/cli/index.mjs"
  },
  "exports": {
    ".": {
      "types": "./dist/index.d.mts",
      "import": "./dist/index.mjs"
    }
  },
  "files": [
    "dist/**/*.d.mts",
    "dist/**/*.map",
    "dist/**/*.mjs",
    "LICENSE",
    "README.md",
    "THIRD_PARTY_NOTICES"
  ],
  "engines": {
    "node": "^22.22.2 || ^24.15.0 || ^26.0.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "tsdown src/index.ts src/cli/index.ts --format esm --dts --sourcemap && node ../../scripts/copy-web-tools-extension.mjs",
    "start": "node dist/cli/index.mjs",
    "typecheck": "tsc --noEmit",
    "test": "vitest run --maxWorkers=1"
  },
  "dependencies": {
    "@first-tree-ai/context-tree": "0.1.16"
  },
  "devDependencies": {
    "commander": "^15.0.0",
    "vitest": "^5.0.1",
    "ws": "^8.21.3",
    "zod": "4.5.4"
  }
}
