{
  "name": "@aikit/cli",
  "version": "0.1.0",
  "description": "Command-line interface with 39 commands",
  "private": true,
  "type": "module",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "import": "./dist/index.js",
      "types": "./dist/index.d.ts"
    }
  },
  "scripts": {
    "clean": "rimraf dist",
    "test": "vitest run"
  },
  "dependencies": {
    "yaml": "^2.x"
  },
  "devDependencies": {
    "@aikit/analyzers": "workspace:*",
    "@aikit/chunker": "workspace:*",
    "@aikit/client": "workspace:*",
    "@aikit/core": "workspace:*",
    "@aikit/embeddings": "workspace:*",
    "@aikit/indexer": "workspace:*",
    "@aikit/server": "workspace:*",
    "@aikit/store": "workspace:*",
    "@aikit/tools": "workspace:*",
    "@aikit/flows": "workspace:*"
  }
}
