{
  "name": "jido",
  "version": "1.0.4",
  "description": "A CLI tool to automate your development workflows using named flows. Simplifies task automation with readable config and plugin support.",
  "main": "dist/index.js",
  "bin": {
    "jido": "./dist/cli/main.js"
  },
  "scripts": {
    "dev": "npx tsx src/cli/main.ts",
    "start": "node dist/cli/main.js",
    "build": "npx tsc"
  },
  "keywords": [
    "jido",
    "workflow",
    "cli",
    "task-runner",
    "automation",
    "developer-tools",
    "devtools",
    "devtool",
    "task-automation",
    "javascript-cli",
    "js-cli",
    "node-cli",
    "typescript",
    "custom-cli",
    "flow-runner",
    "hook-system",
    "workflow-runner",
    "shell-automation",
    "automation-cli",
    "workflow-cli",
    "task-cli",
    "project-automation",
    "plugin-system",
    "plugin-support",
    "jido-cli",
    "jido-kit",
    "devx",
    "dx",
    "developer-experience",
    "dev-productivity",
    "developer-efficiency"
  ],
  "author": "Amartya Chowdhury (aether-flux)",
  "license": "MIT",
  "type": "module",
  "files": [
    "dist",
    "LICENSE.txt",
    "README.md"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/aether-flux/jido"
  },
  "bugs": {
    "url": "https://github.com/aether-flux/jido/issues"
  },
  "homepage": "https://github.com/aether-flux/jido",
  "funding": {
    "type": "buymeacoffee",
    "url": "https://buymeacoffee.com/aetherflux"
  },
  "dependencies": {
    "chalk": "^5.4.1",
    "commander": "^13.1.0",
    "jido-kit": "^1.0.0"
  },
  "devDependencies": {
    "@types/node": "^22.15.17",
    "jido": "^1.0.3",
    "tsx": "^4.19.4",
    "typescript": "^5.8.3"
  }
}
