{
  "name": "@autonomaai/agent-core",
  "version": "1.1.0",
  "description": "Standardized agent core for autonoma AI agents with LangGraph + AgentKit integration",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "type": "module",
  "scripts": {
    "build": "tsc",
    "dev": "tsc --watch",
    "test": "jest",
    "lint": "eslint src/**/*.ts"
  },
  "keywords": [
    "langchain",
    "langgraph",
    "agentkit",
    "ai-agent",
    "trading",
    "crypto",
    "agent-core"
  ],
  "author": "autonoma Team",
  "license": "MIT",
  "dependencies": {
    "@autonomaai/mcp-client": "^1.0.1",
    "@coinbase/agentkit": "^0.3.0",
    "@coinbase/agentkit-langchain": "^0.3.0",
    "@langchain/core": "^0.3.29",
    "@langchain/langgraph": "^0.2.39",
    "@langchain/openai": "^0.6.1"
  },
  "devDependencies": {
    "@types/jest": "^29.5.0",
    "@types/node": "^20.0.0",
    "@typescript-eslint/eslint-plugin": "^6.7.0",
    "@typescript-eslint/parser": "^6.7.0",
    "eslint": "^8.50.0",
    "jest": "^29.7.0",
    "typescript": "^5.2.0"
  },
  "peerDependencies": {
    "typescript": ">=4.0.0"
  },
  "files": [
    "dist/**/*",
    "src/**/*",
    "README.md"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/autonoma/autonoma"
  },
  "publishConfig": {
    "access": "public"
  }
}
