@snyk/ruby-semver
Version:
node-semver compatible API with RubyGems semantics
42 lines (41 loc) • 1.11 kB
JSON
{
"name": "@snyk/ruby-semver",
"description": "node-semver compatible API with RubyGems semantics",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"compile-ruby": "scripts/compile-ruby",
"format": "prettier --write 'lib/**/*.?s' 'test/**/*.?s'",
"prepare": "npm run build",
"build": "tsc",
"lint": "eslint 'lib/**/*.?s'",
"test": "jest \"test/.*\\.test\\.ts\""
},
"author": "Gareth Visagie <gareth@snyk.io>",
"license": "Apache-2.0",
"devDependencies": {
"@types/jest": "^25.0.0",
"@typescript-eslint/eslint-plugin": "^3.5.0",
"@typescript-eslint/parser": "^3.5.0",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.11.0",
"jest": "^25.0.0",
"prettier": "^2.0.5",
"ts-jest": "^25.0.0",
"typescript": "~3.8.3"
},
"repository": {
"type": "git",
"url": "https://github.com/Snyk/ruby-semver.git"
},
"engines": {
"node": ">=8"
},
"dependencies": {
"lodash.escaperegexp": "^4.1.0",
"lodash.flatten": "^4.4.0",
"lodash.uniq": "^4.5.0",
"tslib": "^1.13.0"
},
"version": "3.0.2"
}