-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 931 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 931 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
31
32
33
34
35
36
37
38
{
"name": "actions-ibmcloud-cli",
"version": "2.1.0",
"description": "Install and configure the IBM Cloud CLI for working with IBM Cloud",
"author": "IBM Authors",
"license": "Apache-2.0",
"homepage": "https://github.com/IBM/actions-ibmcloud-cli",
"repository": {
"type": "git",
"url": "git+https://github.com/IBM/actions-ibmcloud-cli.git"
},
"bugs": {
"url": "https://github.com/IBM/actions-ibmcloud-cli/issues"
},
"keywords": [
"GitHub",
"Actions",
"IBM Cloud"
],
"type": "module",
"exports": {
".": "./dist/index.js"
},
"scripts": {
"package": "ncc build src/index.js -o dist --source-map --license licenses.txt --minify --no-source-map-register"
},
"dependencies": {
"@actions/core": "^3.0.0",
"@actions/exec": "^3.0.0",
"@actions/io": "^3.0.2"
},
"devDependencies": {
"@vercel/ncc": "^0.38.4"
},
"engines": {
"node": ">=24"
}
}