{
  "name": "sei-agent-kit",
  "version": "0.0.4",
  "description": "A package for building AI agents on the SEI blockchain",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "test": "tsx test/index.ts",
    "build": "npx tsc && mkdir -p dist/types && cp src/types/symphony-sdk.d.ts dist/types/",
    "prepublishOnly": "npm run build"
  },
  "keywords": [
    "sei",
    "sei-agent-kit",
    "sei ai"
  ],
  "author": "",
  "license": "ISC",
  "repository": {
    "type": "git",
    "url": "https://github.com/CambrianAgents/sei-agent-kit"
  },
  "dependencies": {
    "@cosmjs/stargate": "^0.33.0",
    "@langchain/langgraph": "^0.2.46",
    "@langchain/openai": "^0.5.10",
    "axios": "^1.8.1",
    "chart.js": "^4.4.8",
    "citrex-sdk": "^1.2.2",
    "dotenv": "^16.4.7",
    "ethers": "5.7.2",
    "langchain": "^0.3.19",
    "symphony-sdk": "^2.1.0",
    "twitter-api-v2": "^1.23.2",
    "viem": "^2.23.3",
    "wagmi": "^2.14.12",
    "zod": "^3.24.2"
  },
  "devDependencies": {
    "@types/bn.js": "^5.1.6",
    "@types/chai": "^5.0.1",
    "@types/node": "^22.10.2",
    "@typescript-eslint/eslint-plugin": "^8.18.2",
    "@typescript-eslint/parser": "^8.18.2",
    "eslint": "^8.56.0",
    "eslint-config-prettier": "^9.1.0",
    "eslint-plugin-prettier": "^5.2.1",
    "husky": "^9.1.7",
    "lint-staged": "^15.3.0",
    "prettier": "^3.4.2",
    "tsx": "^4.19.2",
    "typescript": "^5.8.3",
    "vitest": "^3.1.1"
  }
}