create-pull-request/package.json

23 lines
563 B
JSON
Raw Permalink Normal View History

2019-09-25 02:14:38 +02:00
{
"name": "create-pull-request",
"version": "1.2.1",
"description": "Creates a pull request for changes to your repository in the actions workspace",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/peter-evans/create-pull-request.git"
},
"keywords": [
"GitHub",
"Actions",
"Pull Request"
],
"author": "Peter Evans",
"license": "MIT",
"homepage": "https://github.com/peter-evans/create-pull-request",
"dependencies": {
"@actions/core": "^1.1.1",
"@actions/exec": "^1.0.1"
}
}