{
  "name": "lilflow",
  "version": "0.2.1",
  "description": "Repo-native workflow engine CLI",
  "type": "module",
  "bin": {
    "lilflow": "src/cli.js",
    "flow": "src/cli.js"
  },
  "files": [
    "src",
    ".claude-plugin",
    "skills",
    "README.md",
    "AGENTS.md"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/iVintik/lilflow.git"
  },
  "bugs": {
    "url": "https://github.com/iVintik/lilflow/issues"
  },
  "homepage": "https://github.com/iVintik/lilflow#readme",
  "license": "MIT",
  "keywords": [
    "workflow",
    "cli",
    "automation",
    "agents"
  ],
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "test": "c8 --reporter=text --reporter=lcov --reporter=json-summary node --test",
    "coverage": "npm test",
    "lint": "eslint src/",
    "sync-plugin-version": "node scripts/sync-plugin-version.js",
    "version": "npm run sync-plugin-version && git add .claude-plugin/plugin.json"
  },
  "engines": {
    "node": ">=22"
  },
  "dependencies": {
    "js-yaml": "^4.1.0"
  },
  "devDependencies": {
    "@eslint/js": "^9.25.1",
    "c8": "^10.1.3",
    "eslint": "^9.25.1",
    "globals": "^16.0.0"
  }
}
