mirror of
https://github.com/peter-evans/repository-dispatch.git
synced 2026-06-11 11:21:25 +00:00
32 lines
831 B
JSON
32 lines
831 B
JSON
{
|
|
"name": "repository-dispatch",
|
|
"version": "1.0.0",
|
|
"description": "Create a repository dispatch event",
|
|
"main": "src/index.js",
|
|
"scripts": {
|
|
"lint": "eslint src/index.js",
|
|
"package": "ncc build src/index.js -o dist",
|
|
"test": "eslint src/index.js && jest --passWithNoTests"
|
|
},
|
|
"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.2.4",
|
|
"@octokit/request": "5.3.1"
|
|
},
|
|
"devDependencies": {
|
|
"@zeit/ncc": "0.22.1",
|
|
"eslint": "6.8.0",
|
|
"jest": "25.5.3"
|
|
}
|
|
}
|