UNPKG

@wordpress/project-management-automation

Version:

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

48 lines (47 loc) 1.25 kB
{ "name": "@wordpress/project-management-automation", "version": "2.38.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", "exports": { ".": "./lib/index.js", "./package.json": "./package.json" }, "types": "build-types", "dependencies": { "@actions/core": "1.9.1", "@actions/github": "^5.0.0", "@octokit/request-error": "^2.1.0", "@octokit/types": "6.34.0", "@octokit/webhooks": "^9.26.3", "@octokit/webhooks-types": "5.8.0" }, "devDependencies": { "@types/node": "^20.17.10" }, "publishConfig": { "access": "public" }, "gitHead": "50c4c0f51e4797c217946ce42adfaa5eb026f33f" }