mirror of
https://github.com/ruby/setup-ruby.git
synced 2026-09-13 22:44:20 +02:00
35 lines
789 B
JSON
35 lines
789 B
JSON
{
|
|
"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": "^1.0.2",
|
|
"@actions/core": "^1.2.4",
|
|
"@actions/exec": "^1.0.3",
|
|
"@actions/io": "^1.0.2",
|
|
"@actions/tool-cache": "^1.3.4"
|
|
},
|
|
"devDependencies": {
|
|
"@vercel/ncc": "^0.23.0"
|
|
}
|
|
}
|