UNPKG

github-actions-enhanced-dispatch

Version:

Enhanced workflow_dispatch & respository dispatch event trriggers for GitHub Actions

45 lines (44 loc) 1.27 kB
{ "name": "github-actions-enhanced-dispatch", "version": "0.1.0-beta", "description": "Enhanced workflow_dispatch & respository dispatch event trriggers for GitHub Actions", "main": "index.js", "directories": { "test": "test" }, "scripts": { "format": "prettier --write .", "format:check": "prettier --check .", "lint": "eslint .", "test": "vitest run", "build": "tsc", "prepublishOnly": "npm run format:check && npm run lint && npm run test", "publish": "npm publish --access public" }, "repository": { "type": "git", "url": "git+https://github.com/MorphStack/octokit-plugin-workflow-trigger.git" }, "keywords": [ "GitHub", "Actions", "Workflow", "Dispatch" ], "author": "MorphStack.com (BrandonTillman.com)", "license": "MIT", "bugs": { "url": "https://github.com/MorphStack/github-actions-enhanced-dispatch/issues" }, "homepage": "https://github.com/MorphStack/github-actions-enhanced-dispatch#readme", "devDependencies": { "@eslint/js": "^9.26.0", "@octokit/core": "^6.1.5", "eslint": "^9.26.0", "github-openapi-graphql-query": "^5.0.0", "prettier": "^3.5.3", "typescript": "^5.8.3", "typescript-eslint": "^8.31.1", "vitest": "^3.1.2" } }