{
  "name": "@profoundlogic/coderflow-cli",
  "version": "0.14.0",
  "description": "AI Coder CLI - Command-line interface for managing AI coding tasks",
  "main": "coder.js",
  "type": "module",
  "bin": {
    "coder": "./coder.js"
  },
  "scripts": {
    "test": "node --test tests/*.test.js",
    "test:all": "node --test tests/**/*.test.js"
  },
  "engines": {
    "node": ">=24"
  },
  "files": [
    "coder.js",
    "lib/"
  ],
  "keywords": [
    "ai",
    "coder",
    "cli",
    "automation"
  ],
  "author": "Profound Logic",
  "license": "SEE LICENSE IN LICENSE.txt",
  "homepage": "https://coderflow.ai",
  "dependencies": {
    "@inquirer/prompts": "^8.5.2",
    "archiver": "^8.0.0",
    "open": "^11.0.0",
    "ws": "^8.21.1"
  }
}
