{
  "name": "alvamind-workflow",
  "version": "1.0.15",
  "description": "A lightweight and flexible workflow automation library for JavaScript/TypeScript projects",
  "type": "module",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "import": "./dist/index.js",
      "types": "./dist/index.d.ts"
    }
  },
  "bin": {
    "workflow-run": "./dist/cli.js"
  },
  "files": [
    "dist",
    "README.md",
    "LICENSE"
  ],
  "scripts": {
    "build": "tsc && chmod +x dist/cli.js",
    "pretest": "bun run build",
    "test": "bun test",
    "source": "generate-source output=documentation.md exclude=dist/,node_modules/,.git/",
    "commit": "commit",
    "clean": "clean",
    "split-code": "split-code source=combined.ts markers=src/,lib/ outputDir=./output",
    "publish-npm": "publish-npm patch"
  },
  "keywords": [
    "workflow",
    "automation",
    "cli",
    "devops",
    "typescript",
    "task-runner",
    "build-tool"
  ],
  "author": "Alvamind Team",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/alvamind/alvamind-workflow.git"
  },
  "bugs": {
    "url": "https://github.com/alvamind/alvamind-workflow/issues"
  },
  "homepage": "https://github.com/alvamind/alvamind-workflow#readme",
  "dependencies": {
    "alvamind-tools": "1.0.23",
    "chalk": "^5.3.0",
    "yaml": "^2.3.1"
  },
  "peerDependencies": {
    "typescript": "^5.0.0"
  },
  "devDependencies": {
    "@types/node": "^20.10.5",
    "@types/bun": "latest",
    "typescript": "^5.7.3"
  },
  "engines": {
    "node": ">=18.0.0"
  }
}
