{
  "name": "@crewx/cli",
  "version": "0.8.8",
  "license": "UNLICENSED",
  "engines": {
    "node": ">=20.19.0"
  },
  "description": "CrewX CLI — thin wrapper over @crewx/sdk",
  "type": "commonjs",
  "main": "dist/main.js",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "require": "./dist/index.js",
      "import": "./dist/index.js",
      "types": "./dist/index.d.ts"
    }
  },
  "files": [
    "dist",
    "README.md"
  ],
  "scripts": {
    "build": "tsc -p tsconfig.json",
    "test": "vitest run --config ./vitest.config.ts",
    "test:watch": "vitest --config ./vitest.config.ts",
    "lint": "echo 'CLI lint pending' && exit 0"
  },
  "dependencies": {
    "@crewx/sdk": "workspace:*",
    "@crewx/memory": "workspace:*",
    "@crewx/search": "workspace:*",
    "@crewx/doc": "workspace:*",
    "@crewx/wbs": "workspace:*",
    "@crewx/cron": "workspace:*",
    "@crewx/workflow": "workspace:*",
    "@crewx/skill": "workspace:*",
    "@crewx/wi": "workspace:*",
    "@crewx/chromex": "workspace:*",
    "@crewx/shared": "workspace:*",
    "@crewx/adapter-slack": "0.1.4",
    "better-sqlite3": "*"
  },
  "devDependencies": {
    "@types/better-sqlite3": "*",
    "@types/node": "22.0.0",
    "typescript": "5.9.3",
    "vitest": "3.2.4"
  }
}
