{
  "name": "actions-up",
  "version": "1.14.3",
  "description": "Interactive CLI tool to update GitHub Actions with SHA pinning or preserved refs",
  "keywords": [
    "github-actions",
    "actions",
    "updater",
    "cli",
    "workflow",
    "ci-cd",
    "security",
    "sha",
    "dependencies",
    "update"
  ],
  "homepage": "https://github.com/azat-io/actions-up",
  "repository": "azat-io/actions-up",
  "license": "MIT",
  "author": "Azat S. <to@azat.io>",
  "type": "module",
  "exports": {
    ".": {
      "types": "./dist/core/index.d.ts",
      "default": "./dist/core/index.js"
    },
    "./package.json": "./package.json"
  },
  "main": "./dist/core/index.js",
  "types": "./dist/core/index.d.ts",
  "bin": {
    "actions-up": "./bin/actions-up.js"
  },
  "files": [
    "./bin",
    "./dist"
  ],
  "dependencies": {
    "enquirer": "^2.4.1",
    "nanospinner": "^1.2.2",
    "picocolors": "^1.1.1",
    "semver": "^7.8.4",
    "yaml": "^2.9.0"
  },
  "engines": {
    "node": "^18.3.0 || >=20.0.0"
  }
}
