UNPKG

@wordpress/project-management-automation

Version:

GitHub Action that implements various automation to assist with managing the Gutenberg GitHub repository.

40 lines (39 loc) 1.08 kB
{ "name": "@wordpress/project-management-automation", "version": "2.26.0", "description": "GitHub Action that implements various automation to assist with managing the Gutenberg GitHub repository.", "author": "The WordPress Contributors", "license": "GPL-2.0-or-later", "keywords": [ "wordpress", "gutenberg", "github", "action" ], "homepage": "https://github.com/WordPress/gutenberg/tree/HEAD/packages/project-management-automation/README.md", "repository": { "type": "git", "url": "https://github.com/WordPress/gutenberg.git", "directory": "packages/project-management-automation" }, "bugs": { "url": "https://github.com/WordPress/gutenberg/issues" }, "engines": { "node": ">=18.12.0", "npm": ">=8.19.2" }, "main": "lib/index.js", "types": "build-types", "dependencies": { "@actions/core": "1.9.1", "@actions/github": "^5.0.0", "@babel/runtime": "7.25.7", "@octokit/request-error": "^2.1.0", "@octokit/webhooks": "^9.26.3" }, "publishConfig": { "access": "public" }, "gitHead": "35e26942820d8237771af0c58e45b4303f0497f1" }