{
  "name": "@lucid-agents/cli",
  "version": "2.5.0",
  "description": "Scaffold a Bun agent app powered by @lucid-agents/core.",
  "repository": {
    "type": "git",
    "url": "https://github.com/daydreamsai/lucid-agents",
    "directory": "packages/cli"
  },
  "type": "module",
  "bin": {
    "create-agent-kit": "dist/index.js"
  },
  "files": [
    "dist",
    "templates",
    "adapters"
  ],
  "scripts": {
    "test": "bun test",
    "build": "tsup",
    "clean": "rm -rf dist",
    "lint": "eslint src --ext .ts",
    "lint:fix": "eslint src --ext .ts --fix",
    "format": "prettier --write .",
    "format:check": "prettier --check .",
    "type-check": "tsc -p tsconfig.json --noEmit"
  },
  "engines": {
    "node": ">=18.0.0"
  },
  "keywords": [
    "agent",
    "scaffold",
    "bun",
    "lucid"
  ],
  "license": "MIT",
  "dependencies": {},
  "devDependencies": {
    "@types/node": "^24.3.1",
    "bun-types": "^1.1.16",
    "tsup": "^8.5.0",
    "typescript": "^5.9.2",
    "@lucid-agents/eslint-config": "^1.0.0",
    "@lucid-agents/prettier-config": "^1.0.0"
  }
}
