{
  "name": "@aikit/flows",
  "version": "0.1.0",
  "description": "Pluggable flow system for @vpxa/aikit",
  "type": "module",
  "exports": {
    ".": "./src/index.ts"
  },
  "scripts": {
    "test": "vitest run"
  },
  "dependencies": {
    "@aikit/core": "workspace:*",
    "yaml": "^2.x"
  }
}
