{
  "name": "@iflow-mcp/stacks-clarity-mcp",
  "version": "0.0.16",
  "description": "MCP server for Stacks blockchain development with 32+ tools for Clarity smart contracts, SIP compliance, security, and performance optimization",
  "type": "module",
  "main": "dist/server.js",
  "bin": {
    "stacks-clarity-mcp": "dist/server.js"
  },
  "scripts": {
    "build": "tsc",
    "start": "node dist/server.js",
    "dev": "tsx src/server.ts"
  },
  "keywords": [
    "mcp",
    "stacks",
    "clarity",
    "blockchain",
    "smart-contracts"
  ],
  "author": "iflow-mcp",
  "license": "Apache-2.0",
  "dependencies": {
    "dotenv": "^16.6.1",
    "fastmcp": "^3.24.0",
    "zod": "^3.22.0"
  },
  "devDependencies": {
    "@tsconfig/node22": "^22.0.0",
    "tsx": "^4.0.0",
    "typescript": "^5.0.0"
  },
  "engines": {
    "node": ">=18.0.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/iflow-mcp/stacks-clarity-mcp.git"
  }
}
