{ "name": "use-ruby-action", "version": "0.1.0", "description": "Download a prebuilt ruby and add it to $PATH", "main": "index.js", "scripts": { "lint": "eslint *.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" } }