{
  "name": "@nometria-ai/claude-code",
  "mcpName": "io.github.nometria/deploy",
  "version": "0.3.2",
  "description": "Deploy any project to any cloud from Claude Code. MCP server + slash commands.",
  "type": "module",
  "bin": "src/mcp-server.js",
  "files": [
    "src/",
    "commands/",
    "skills/",
    "plugin.json",
    ".mcp.json",
    ".claude-plugin/",
    "README.md",
    "LICENSE"
  ],
  "scripts": {
    "test": "node --test tests/*.test.js",
    "setup": "node src/setup.js"
  },
  "keywords": [
    "claude-code",
    "mcp",
    "deploy",
    "cloud",
    "nometria",
    "cursor",
    "ai-agent"
  ],
  "license": "MIT",
  "author": "Nometria <hello@nometria.com>",
  "homepage": "https://github.com/nometria/claude-code-plugin#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/nometria/claude-code-plugin.git"
  },
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "agnost": "^0.1.10"
  },
  "engines": {
    "node": ">=18"
  }
}
