{
  "name": "0g-vibekit",
  "version": "0.1.0",
  "description": "0G Vibekit - AI-powered tools for 0G ecosystem. Works with Claude Code, Cursor, Windsurf.",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "bin": {
    "0g-vibekit": "./dist/index.js",
    "0g-vibe": "./dist/index.js"
  },
  "scripts": {
    "build": "tsc",
    "dev": "tsx src/index.ts",
    "start": "node dist/index.js",
    "lint": "eslint src --ext .ts",
    "prepublishOnly": "npm run build"
  },
  "keywords": [
    "0g",
    "mcp",
    "model-context-protocol",
    "claude",
    "cursor",
    "ai",
    "blockchain",
    "storage",
    "compute"
  ],
  "author": "0G Labs",
  "license": "MIT",
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.0.0",
    "@0glabs/0g-serving-broker": "^0.6.5",
    "@0glabs/0g-ts-sdk": "^0.3.3",
    "ethers": "^6.13.0",
    "zod": "^3.22.0"
  },
  "devDependencies": {
    "@types/node": "^20.0.0",
    "typescript": "^5.3.0",
    "tsx": "^4.0.0",
    "eslint": "^8.0.0",
    "@typescript-eslint/eslint-plugin": "^6.0.0",
    "@typescript-eslint/parser": "^6.0.0"
  },
  "engines": {
    "node": ">=18.0.0"
  },
  "files": [
    "dist",
    "README.md"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/0glabs/0g-mcp"
  }
}
