mozilla/ssh_scan

View on GitHub
.github/actions/setup-ruby-1.71.0/package.json

Summary

Maintainability
Test Coverage
{
  "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.5",
    "@actions/core": "^1.2.6",
    "@actions/exec": "^1.0.3",
    "@actions/io": "^1.0.2",
    "@actions/tool-cache": "^1.3.4"
  },
  "devDependencies": {
    "@vercel/ncc": "^0.23.0"
  }
}