mirror of
https://github.com/peter-evans/repository-dispatch.git
synced 2026-06-11 11:21:25 +00:00
28 lines
684 B
JSON
28 lines
684 B
JSON
{
|
|
"name": "repository-dispatch",
|
|
"version": "1.0.0",
|
|
"description": "Create a repository dispatch event",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"package": "ncc build index.js -o dist"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/peter-evans/repository-dispatch.git"
|
|
},
|
|
"keywords": [],
|
|
"author": "Peter Evans",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/peter-evans/repository-dispatch/issues"
|
|
},
|
|
"homepage": "https://github.com/peter-evans/repository-dispatch#readme",
|
|
"dependencies": {
|
|
"@actions/core": "^1.1.1",
|
|
"@octokit/request": "^5.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"@zeit/ncc": "0.21.1"
|
|
}
|
|
}
|