{
  "name": "@shadel/ai-workflow-core",
  "version": "4.0.28",
  "description": "AI Workflow Engine - Core Build with pattern management (formerly rules) for learned conventions",
  "type": "module",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "bin": {
    "ai-workflow": "./bin/cli.js"
  },
  "scripts": {
    "build": "tsc --build",
    "prepare": "npm run build || true",
    "dev": "tsc --watch",
    "validate-templates": "node ../../scripts/validate-templates.mjs",
    "test": "cross-env NODE_OPTIONS=\"--experimental-vm-modules --no-warnings\" jest",
    "test:unit": "cross-env NODE_OPTIONS=\"--experimental-vm-modules --no-warnings\" jest --testPathIgnorePatterns=\"(cli|e2e|integration)\"",
    "test:integration": "cross-env NODE_OPTIONS=\"--experimental-vm-modules --no-warnings\" jest --testPathPattern=\"(cli|e2e|integration)\"",
    "test:changed": "cross-env NODE_OPTIONS=\"--experimental-vm-modules --no-warnings\" jest --onlyChanged",
    "test:watch": "cross-env NODE_OPTIONS=\"--experimental-vm-modules --no-warnings\" jest --watch",
    "test:coverage": "cross-env NODE_OPTIONS=\"--experimental-vm-modules --no-warnings\" jest --coverage"
  },
  "keywords": [
    "ai",
    "workflow",
    "task-management",
    "validation",
    "core"
  ],
  "author": "Trieu",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/shadel/ai-workflow-core.git"
  },
  "homepage": "https://github.com/shadel/ai-workflow-core",
  "bugs": {
    "url": "https://github.com/shadel/ai-workflow-core/issues"
  },
  "files": [
    "dist",
    "bin",
    "templates",
    "README.md",
    "LICENSE"
  ],
  "engines": {
    "node": ">=16.0.0"
  },
  "dependencies": {
    "@shadel/workflow-core": "^1.0.1",
    "boxen": "^8.0.1",
    "chalk": "^5.3.0",
    "commander": "^11.1.0",
    "fs-extra": "^11.2.0",
    "glob": "^10.3.10",
    "gray-matter": "^4.0.3",
    "inquirer": "^9.2.12",
    "ora": "^8.0.1",
    "proper-lockfile": "^4.1.2",
    "table": "^6.9.0"
  },
  "devDependencies": {
    "@types/boxen": "^3.0.5",
    "@types/fs-extra": "^11.0.4",
    "@types/inquirer": "^9.0.7",
    "@types/jest": "^29.5.11",
    "@types/node": "^20.10.5",
    "@types/proper-lockfile": "^4.1.4",
    "cross-env": "^10.1.0",
    "dedent": "^1.5.1",
    "jest": "^29.7.0",
    "ts-jest": "^29.1.1",
    "typescript": "^5.3.3"
  }
}
