{
  "name": "workflow-utils",
  "version": "1.0.48",
  "description": "",
  "main": "dist/main.js",
  "bin": {
    "workflow-utils": "./dist/main.js"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "clean": "rm -rf dist",
    "build": "npm run clean && tsc && chmod +x ./dist/main.js"
    },
  "author": "",
  "license": "MIT",
  "devDependencies": {
    "@types/node": "^22.10.0",
    "typescript": "^5.7.2"
  },
  "dependencies": {
    "commander": "^12.1.0",
    "glob": "^11.0.0",
    "toml": "^3.0.0"
  }
}
