-
-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 595 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 595 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
{
"name": "vmactions-Solaris",
"version": "",
"description": "GitHub actions for Solaris",
"type": "module",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/vmactions/solaris-vm.git"
},
"keywords": [
"GitHub",
"Actions",
"Solaris"
],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/vmactions/solaris-vm/issues"
},
"homepage": "https://github.com/vmactions/solaris-vm",
"dependencies": {
"@actions/core": "^3.0.0",
"@actions/exec": "^3.0.0",
"@actions/cache": "^6.0.0"
}
}