-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
37 lines (37 loc) · 959 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
37
{
"name": "action-maestro-cloud",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "ncc build index.ts",
"release": "./_release.sh"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mobile-dev-inc/action-maestro-cloud.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/mobile-dev-inc/action-maestro-cloud/issues"
},
"homepage": "https://github.com/mobile-dev-inc/action-maestro-cloud#readme",
"devDependencies": {
"@types/glob": "^8.1.0",
"@types/node": "^17.0.45",
"typescript": "^4.6.3"
},
"dependencies": {
"@actions/core": "^1.10.0",
"@actions/github": "^5.1.1",
"@octokit/webhooks-definitions": "^3.67.3",
"@vercel/ncc": "^0.33.3",
"archiver": "^5.3.1",
"console-log-colors": "^0.2.3",
"glob": "^8.1.0",
"node-fetch": "^3.2.10",
"node-stream-zip": "^1.15.0"
}
}