{
  "name": "managed-deepagents",
  "version": "0.6.1",
  "description": "Managed Deep Agents — the `defineDeepAgent` authoring interface plus the CLI that compiles and deploys a code-first Deep Agent repository to a managed LangGraph runtime.",
  "keywords": [
    "langchain",
    "langgraph",
    "deepagents",
    "agents",
    "cli"
  ],
  "homepage": "https://github.com/langchain-ai/managed-deepagents-sdk",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/langchain-ai/managed-deepagents-sdk.git"
  },
  "license": "MIT",
  "type": "module",
  "main": "./dist/index.js",
  "types": "./types/index.d.ts",
  "exports": {
    ".": {
      "types": "./types/index.d.ts",
      "default": "./dist/index.js"
    },
    "./runtime": {
      "types": "./dist/runtime/index.d.ts",
      "default": "./dist/runtime/index.js"
    }
  },
  "bin": {
    "mda": "bin/mda.mjs"
  },
  "files": [
    "dist",
    "types",
    "bin/mda.mjs"
  ],
  "scripts": {
    "build": "node scripts/build.mjs",
    "compile": "tsc -p tsconfig.json",
    "clean": "rm -rf dist",
    "format": "oxfmt --config ../../.oxfmtrc.jsonc --write src",
    "format:check": "oxfmt --config ../../.oxfmtrc.jsonc --check src",
    "lint": "oxlint --config ../../.oxlintrc.jsonc src",
    "lint:fix": "oxlint --config ../../.oxlintrc.jsonc src --fix",
    "typecheck": "tsc -p tsconfig.json --noEmit",
    "test": "vitest run --typecheck",
    "test:watch": "vitest"
  },
  "engines": {
    "node": ">=22"
  },
  "dependencies": {
    "@langchain/core": "^1.2.9",
    "@langchain/langgraph": "^1.4.12",
    "@langchain/langgraph-sdk": "^1.9.31",
    "@langchain/mcp-adapters": "^1.1.4",
    "@standard-schema/spec": "^1.1.0",
    "deepagents": "^1.13.0",
    "hono": "^4.13.3",
    "jose": "^6.2.9",
    "langchain": "^1.5.10",
    "langsmith": "^0.8.12",
    "uuid": "^14.0.2",
    "zod": "^4.4.3"
  },
  "optionalDependencies": {
    "@langchain/managed-deepagents-darwin-arm64": "0.6.1",
    "@langchain/managed-deepagents-darwin-x64": "0.6.1",
    "@langchain/managed-deepagents-linux-arm64": "0.6.1",
    "@langchain/managed-deepagents-linux-x64": "0.6.1",
    "@langchain/managed-deepagents-win32-arm64": "0.6.1",
    "@langchain/managed-deepagents-win32-x64": "0.6.1"
  },
  "devDependencies": {
    "@types/node": "^26.1.1",
    "oxfmt": "^0.64.0",
    "oxlint": "^1.75.0",
    "typescript": "^7.0.2",
    "vitest": "^4.1.10"
  },
  "overrides": {
    "langsmith": "^0.8.12"
  }
}
