{
  "name": "@renaiss-shipflow/cli",
  "version": "0.55.9",
  "description": "CLI tool for RenaissShipFlow - AI-powered project management automation",
  "type": "module",
  "bin": {
    "renaiss-shipflow": "./dist/index.js"
  },
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "tsc",
    "dev": "tsc --watch",
    "start": "node dist/index.js",
    "lint": "tsc --noEmit",
    "prepublishOnly": "npm run build"
  },
  "dependencies": {
    "commander": "^13.1.0",
    "open": "^10.1.0"
  },
  "devDependencies": {
    "@types/node": "^22",
    "typescript": "^5"
  },
  "engines": {
    "node": ">=18"
  },
  "keywords": [
    "renaiss-shipflow",
    "cli",
    "github",
    "automation",
    "ai"
  ],
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Renaiss-Protocol/renaiss-shipflow.git",
    "directory": "apps/renaissshipflow-cli"
  }
}
