{
  "name": "@sailfish-ai/autofix",
  "version": "0.2.14",
  "publishPublicly": true,
  "description": "Sailfish Autofix — Universal installer for AI coding agents. Installs the Autofix skill and MCP server across Claude Code, Cursor, Codex, Copilot, OpenCode, Windsurf, Gemini CLI, Goose, and 30+ more.",
  "type": "module",
  "main": "dist/cli/serve.js",
  "bin": {
    "sailfish-autofix": "./dist/bin/cli.js"
  },
  "files": [
    "dist",
    "skills",
    "README.md"
  ],
  "scripts": {
    "build": "tsup",
    "dev": "tsup --watch",
    "clean": "rm -rf dist",
    "typecheck": "tsc --noEmit",
    "test": "node --import tsx --test src/__tests__/*.test.ts",
    "pack": "npm run build && npm pack",
    "prepublish": "npm run typecheck && npm run build",
    "artifactregistry-login": "npx google-artifactregistry-auth",
    "publish-local": "npm publish --registry http://localhost:4873 --//localhost:4873/:_authToken=none"
  },
  "keywords": [
    "sailfish",
    "autofix",
    "agent-skills",
    "mcp",
    "claude-code",
    "cursor",
    "codex",
    "copilot",
    "opencode",
    "windsurf",
    "ai-agent"
  ],
  "author": "Sailfish AI <engineering@sailfish.ai>",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/SailfishAI/sailfish"
  },
  "engines": {
    "node": ">=18.0.0"
  },
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.0.0",
    "commander": "^12.0.0",
    "open": "^10.0.0",
    "zod": "^3.22.0"
  },
  "optionalDependencies": {
    "@rollup/rollup-linux-x64-gnu": "4.53.5",
    "@rollup/rollup-linux-x64-musl": "4.53.5"
  },
  "devDependencies": {
    "@types/node": "^20.10.0",
    "tsup": "^8.0.0",
    "tsx": "^4.7.0",
    "typescript": "^5.3.0"
  }
}
