{
  "name": "@fractary/faber-cli",
  "version": "1.6.6",
  "description": "FABER CLI - Command-line interface for FABER development toolkit",
  "main": "dist/index.js",
  "bin": {
    "fractary-faber": "dist/index.js"
  },
  "type": "module",
  "files": [
    "dist",
    "schemas",
    "README.md",
    "LICENSE"
  ],
  "scripts": {
    "dev": "tsc --watch",
    "build": "tsc",
    "test": "jest",
    "test:watch": "jest --watch",
    "lint": "eslint src --ext .ts",
    "typecheck": "tsc --noEmit",
    "prepublishOnly": "npm run build"
  },
  "keywords": [
    "faber",
    "cli",
    "workflow",
    "sdk",
    "ai",
    "development",
    "automation"
  ],
  "author": "Fractary Team",
  "license": "Apache-2.0",
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "@fractary/core": "*",
    "@fractary/faber": "*",
    "ajv": "^8.12.0",
    "chalk": "^5.0.0",
    "commander": "^12.0.0",
    "dotenv": "^16.4.5",
    "js-yaml": "^4.1.0"
  },
  "devDependencies": {
    "@types/jest": "^30.0.0",
    "@types/js-yaml": "^4.0.9",
    "@types/node": "^20.19.26",
    "@typescript-eslint/eslint-plugin": "^6.19.0",
    "@typescript-eslint/parser": "^6.19.0",
    "eslint": "^8.56.0",
    "jest": "^29.7.0",
    "ts-jest": "^29.1.1",
    "ts-node": "^10.9.2",
    "typescript": "^5.3.3"
  },
  "engines": {
    "node": ">=18.0.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/fractary/faber.git",
    "directory": "cli"
  },
  "bugs": {
    "url": "https://github.com/fractary/faber/issues"
  },
  "homepage": "https://github.com/fractary/faber/tree/main/cli#readme"
}
