mirror of
https://github.com/ruby/setup-ruby.git
synced 2026-09-13 14:34:21 +02:00
36 lines
813 B
JSON
36 lines
813 B
JSON
{
|
|
"name": "use-ruby-action",
|
|
"version": "0.1.0",
|
|
"description": "Download a prebuilt ruby and add it to $PATH",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"lint": "eslint index.js",
|
|
"package": "ncc build index.js -o dist"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/eregon/use-ruby-action.git"
|
|
},
|
|
"keywords": [
|
|
"GitHub",
|
|
"Actions",
|
|
"Ruby"
|
|
],
|
|
"author": "Benoit Daloze",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/eregon/use-ruby-action/issues"
|
|
},
|
|
"homepage": "https://github.com/eregon/use-ruby-action",
|
|
"dependencies": {
|
|
"@actions/core": "^1.1.1",
|
|
"@actions/io": "^1.0.1",
|
|
"@actions/tool-cache": "^1.1.2",
|
|
"axios": "^0.19.0"
|
|
},
|
|
"devDependencies": {
|
|
"@zeit/ncc": "^0.20.5",
|
|
"eslint": "^6.3.0"
|
|
}
|
|
}
|