{
  "name": "@google-github-actions/actions-utils",
  "version": "0.8.10",
  "description": "Helpers and utilities that are shared among Google GitHub Actions",
  "author": "Google LLC",
  "license": "Apache-2.0",
  "engines": {
    "node": ">= 20.x",
    "npm": ">= 10.x"
  },
  "scripts": {
    "build": "rm -rf dist/ && ncc build --source-map --no-source-map-register src/index.ts",
    "lint": "eslint .",
    "format": "eslint . --fix",
    "docs": "rm -rf docs/ && typedoc --plugin typedoc-plugin-markdown",
    "test": "bash ./bin/runTests.sh"
  },
  "bin": {
    "actions-gen-readme": "./bin/actions-gen-readme.mjs"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/google-github-actions/actions-utils.git"
  },
  "files": [
    "CONTRIBUTING.md",
    "LICENSE.md",
    "README.md",
    "dist/"
  ],
  "module": "./dist/index.js",
  "main": "./dist/index.js",
  "types": "./dist/index.d.js",
  "dependencies": {
    "yaml": "^2.8.1"
  },
  "devDependencies": {
    "@eslint/eslintrc": "^3.3.1",
    "@eslint/js": "^9.34.0",
    "@types/node": "^24.3.0",
    "@typescript-eslint/eslint-plugin": "^8.40.0",
    "@vercel/ncc": "^0.38.3",
    "eslint-config-prettier": "^10.1.8",
    "eslint-plugin-prettier": "^5.5.4",
    "eslint": "^9.34.0",
    "prettier": "^3.6.2",
    "ts-node": "^10.9.2",
    "typedoc-plugin-markdown": "^4.8.1",
    "typedoc": "^0.28.10",
    "typescript-eslint": "^8.40.0",
    "typescript": "^5.9.2"
  }
}
