{
  "name": "@agentoctopus/adapters",
  "version": "0.8.0",
  "description": "AgentOctopus skill execution adapters: HTTP, MCP stdio, subprocess",
  "type": "module",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "files": [
    "README.md",
    "dist"
  ],
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.29.0",
    "@agentoctopus/registry": "0.8.0"
  },
  "devDependencies": {
    "@types/node": "^25.6.0",
    "typescript": "^6.0.3",
    "vitest": "^1.5.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "license": "Apache-2.0",
  "repository": {
    "type": "git",
    "url": "https://github.com/leiw5173/AgentOctopus"
  },
  "keywords": [
    "ai",
    "agent",
    "mcp",
    "http",
    "subprocess",
    "adapter"
  ],
  "scripts": {
    "build": "tsc",
    "dev": "tsc --watch",
    "test": "vitest run",
    "clean": "rm -rf dist"
  }
}