{ "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": { "lint": "eslint *.js", "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/core": "^1.1.1", "@actions/exec": "^1.0.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" } }