{
  "name": "@shipshitdev/shipcode",
  "version": "0.2.0",
  "description": "Autonomous AI coding pipeline. GitHub issues in, pull requests out.",
  "type": "module",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/shipshitdev/shipcode.git",
    "directory": "apps/cli"
  },
  "main": "./dist/index.js",
  "bin": {
    "shipcode": "dist/index.js"
  },
  "files": [
    "dist"
  ],
  "publishConfig": {
    "access": "public"
  },
  "engines": {
    "node": ">=22.5.0"
  },
  "scripts": {
    "build": "tsup",
    "dev": "tsup --watch",
    "test": "vitest run",
    "coverage": "vitest run --coverage",
    "typecheck": "tsc --noEmit",
    "clean": "rm -rf dist",
    "postinstall": "node -e \"try{require('node-pty')}catch(e){console.warn('[shipcode] node-pty not loadable; terminal features disabled')}\""
  },
  "dependencies": {
    "commander": "15.0.0",
    "node-pty": "1.1.0",
    "simple-git": "3.36.0",
    "yaml": "2.9.0",
    "zod": "4.4.3"
  },
  "devDependencies": {
    "@shipcode/agents": "workspace:*",
    "@shipcode/db": "workspace:*",
    "@shipcode/git": "workspace:*",
    "@shipcode/pipeline": "workspace:*",
    "@shipcode/shared": "workspace:*",
    "@types/node": "25.9.1",
    "tsup": "8.5.1",
    "typescript": "6.0.3"
  }
}
