-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 810 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 810 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
28
29
30
{
"name": "shopify-theme-action",
"version": "1.0.0",
"description": "Create deploy previews of commits in Pull Requests",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wyugen/shopify-theme-action.git"
},
"keywords": [
"github",
"action"
],
"author": "Darshan Baid (darshan@wyugen.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/wyugen/shopify-theme-action/issues"
},
"homepage": "https://github.com/wyugen/shopify-theme-action#readme",
"dependencies": {
"@actions/artifact": "^0.3.5",
"@actions/core": "^1.2.6",
"@actions/exec": "^1.0.4",
"axios": "^0.20.0",
"github-script": "github:actions/github-script"
}
}