{
  "name": "specship",
  "version": "0.2.6",
  "description": "Install a staged spec→plan→coding→review agent workflow (skills + per-agent config) into any project. Works with Claude Code, Codex, Gemini CLI, Cursor, Antigravity, Copilot, Windsurf, Cline, Roo Code, and AGENTS.md-compatible agents.",
  "bin": {
    "specship": "bin/cli.js"
  },
  "scripts": {
    "test": "node test/pipeline.test.js && node test/cli.test.js && node test/skill-lint.test.js && node test/evals.test.js && node scripts/validate-skills.js && node scripts/run-evals.js --min-rank1 85",
    "lint:skills": "node scripts/validate-skills.js",
    "evals": "node scripts/run-evals.js"
  },
  "files": [
    "bin",
    "src",
    "skills",
    "agents",
    ".claude/CLAUDE.md",
    ".agents/AGENTS.md",
    ".gemini/GEMINI.md",
    ".cursor/WORKFLOW.mdc",
    ".antigravity/rules.md",
    ".github/copilot-instructions.md",
    ".windsurf/rules/specship.md",
    ".clinerules/specship.md",
    ".roo/rules/specship.md",
    "README.md"
  ],
  "author": "Thoai Nguyen",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/bonnguyenitc/specship.git"
  },
  "bugs": {
    "url": "https://github.com/bonnguyenitc/specship/issues"
  },
  "homepage": "https://github.com/bonnguyenitc/specship#readme",
  "keywords": [
    "agent",
    "workflow",
    "skills",
    "claude",
    "codex",
    "agents",
    "gemini",
    "cursor",
    "copilot",
    "windsurf",
    "cline",
    "roo",
    "scaffold"
  ],
  "engines": {
    "node": ">=16"
  },
  "license": "MIT"
}
