-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
36 lines (36 loc) · 986 Bytes
/
package.json
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
31
32
33
34
35
36
{
"name": "cloudways-api-git-pull-action",
"version": "1.3.0",
"description": "Github Action to deploy your project to Cloudways.",
"main": "index.js",
"scripts": {
"prepare": "ncc build index.js --license licenses.txt"
},
"keywords": [
"cloudways",
"git",
"deploy",
"pull",
"action"
],
"author": {
"name": "Roel Magdaleno",
"url": "https://roelmagdaleno.com"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/roelmagdaleno/cloudways-api-git-pull-action.git"
},
"bugs": {
"url": "https://github.com/roelmagdaleno/cloudways-api-git-pull-action/issues"
},
"homepage": "https://github.com/roelmagdaleno/cloudways-api-git-pull-action#readme",
"dependencies": {
"@actions/core": "^1.10.1",
"node-fetch": "^2.7.0"
},
"devDependencies": {
"@vercel/ncc": "^0.38.1"
}
}