forked from purplecabbage/auto-deploy-action
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 708 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 708 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
{
"name": "auto-deploy-action",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"deploy": "aio rt action update hello actions/hello.js",
"invoke": "aio rt action invoke hello -p name Octocat -b",
"last-log": "aio rt logs -l"
},
"repository": {
"type": "git",
"url": "git+https://github.com/purplecabbage/auto-deploy-action.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/purplecabbage/auto-deploy-action/issues"
},
"homepage": "https://github.com/purplecabbage/auto-deploy-action#readme",
"dependencies": {
"@adobe/aio-cli": "^2.1.1"
}
}