{
  "name": "@lonca/baron-adapter-azure-devops",
  "version": "0.36.0",
  "type": "module",
  "license": "Apache-2.0",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    }
  },
  "files": [
    "dist"
  ],
  "dependencies": {
    "azure-devops-node-api": "^15.1.2",
    "@lonca/baron-core": "0.36.0"
  },
  "devDependencies": {
    "@types/node": "^22.0.0",
    "@lonca/baron-conformance": "0.36.0"
  },
  "description": "Baron adapter for Azure DevOps: issues, scm, ci, deploy.",
  "keywords": [
    "baron",
    "ai-agents",
    "mcp",
    "work-orchestration",
    "devops",
    "azure-devops",
    "adapter"
  ],
  "author": "Baron contributors",
  "homepage": "https://github.com/loncadev/baron#readme",
  "bugs": {
    "url": "https://github.com/loncadev/baron/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/loncadev/baron.git",
    "directory": "packages/adapters/azure-devops"
  },
  "scripts": {
    "build": "tsup src/index.ts --format esm --dts --clean",
    "typecheck": "tsc --noEmit"
  }
}