{
  "name": "@telelabsai/ship",
  "version": "1.1.24",
  "description": "Ship code faster with pre-configured agents, skills, rules, and hooks for Claude Code.",
  "bin": {
    "ship": "cli/bin.js"
  },
  "files": [
    "cli/",
    ".claude/",
    "git-hooks/",
    "CLAUDE.md",
    "README.md",
    "LICENSE"
  ],
  "keywords": [
    "claude-code",
    "ai-agents",
    "development-toolkit",
    "cli",
    "devtools",
    "automation",
    "conventional-commits"
  ],
  "author": "TeleLabs AI <tele@telelabs.ai> (https://telelabs.ai)",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/telelabs-ai/ship.git"
  },
  "bugs": {
    "url": "https://github.com/telelabs-ai/ship/issues"
  },
  "homepage": "https://telelabs.ai",
  "scripts": {
    "test": "node --test cli/__tests__/*.test.js"
  },
  "engines": {
    "node": ">=18.0.0"
  },
  "dependencies": {
    "prompts": "^2.4.2"
  }
}
