{
  "name": "@snyk/ruby-semver",
  "description": "node-semver compatible API with RubyGems semantics",
  "main": "index.js",
  "scripts": {
    "compile-ruby": "scripts/compile-ruby",
    "test": "ava --verbose"
  },
  "author": "Gareth Visagie <gareth@snyk.io>",
  "license": "Apache-2.0",
  "devDependencies": {
    "ava": "^0.25.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/Snyk/ruby-semver.git"
  },
  "engines": {
    "node": ">=8"
  },
  "dependencies": {
    "@snyk/lodash": "4.17.15-patch"
  },
  "version": "2.2.0"
}
