{
  "name": "@now/ruby",
  "author": "Nathan Cahill <nathan@nathancahill.com>",
  "version": "1.2.4",
  "license": "MIT",
  "main": "./dist/index",
  "homepage": "https://vercel.com/docs/runtimes#official-runtimes/ruby",
  "files": [
    "dist",
    "now_init.rb"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/vercel/vercel.git",
    "directory": "packages/now-ruby"
  },
  "scripts": {
    "build": "./build.sh",
    "test-integration-once": "jest --env node --verbose --runInBand --bail",
    "prepublishOnly": "./build.sh"
  },
  "devDependencies": {
    "@types/fs-extra": "8.0.0",
    "@types/semver": "6.0.0",
    "@vercel/ncc": "0.24.0",
    "execa": "2.0.4",
    "fs-extra": "^7.0.1",
    "semver": "6.1.1",
    "typescript": "3.9.3"
  }
}
