generated from actions/javascript-action
-
-
Notifications
You must be signed in to change notification settings - Fork 260
/
package.json
36 lines (36 loc) · 837 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": "setup-ruby",
"version": "0.1.0",
"description": "Download a prebuilt Ruby and add it to the PATH in 5 seconds",
"main": "index.js",
"scripts": {
"package": "ncc build index.js -o dist"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ruby/setup-ruby.git"
},
"keywords": [
"GitHub",
"Actions",
"Ruby"
],
"author": "Benoit Daloze",
"license": "MIT",
"bugs": {
"url": "https://github.com/ruby/setup-ruby/issues"
},
"homepage": "https://github.com/ruby/setup-ruby",
"dependencies": {
"@actions/cache": "^3",
"@actions/core": "^1.10.0",
"@actions/exec": "^1.1.1",
"@actions/io": "^1.1.2",
"@actions/tool-cache": "^2",
"linux-os-info": "^2.0.0",
"semver": "^7.3.7"
},
"devDependencies": {
"@vercel/ncc": "^0.33.4"
}
}