forked from einaregilsson/beanstalk-deploy
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 754 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 754 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"name": "beanstalk-deploy",
"version": "22.0.0",
"description": "GitHub Action + command line tool to deploy to AWS Elastic Beanstalk.",
"main": "beanstalk-deploy.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin" : { "beanstalk-deploy" : "./beanstalk-deploy.js"},
"repository": {
"type": "git",
"url": "git+https://github.com/einaregilsson/beanstalk-deploy.git"
},
"keywords": [
"AWS",
"github-actions",
"github actions",
"elastic beanstalk",
"deploy"
],
"author": "Einar Egilsson",
"license": "MIT",
"bugs": {
"url": "https://github.com/einaregilsson/beanstalk-deploy/issues"
},
"homepage": "https://github.com/einaregilsson/beanstalk-deploy#readme"
}