1 | {
|
2 | "name": "@snyk/ruby-semver",
|
3 | "description": "node-semver compatible API with RubyGems semantics",
|
4 | "main": "dist/index.js",
|
5 | "types": "dist/index.d.ts",
|
6 | "scripts": {
|
7 | "compile-ruby": "scripts/compile-ruby",
|
8 | "format": "prettier --write 'lib/**/*.?s' 'test/**/*.?s'",
|
9 | "prepare": "npm run build",
|
10 | "build": "tsc",
|
11 | "lint": "eslint 'lib/**/*.?s'",
|
12 | "test": "jest \"test/.*\\.test\\.ts\""
|
13 | },
|
14 | "author": "Gareth Visagie <gareth@snyk.io>",
|
15 | "license": "Apache-2.0",
|
16 | "devDependencies": {
|
17 | "@types/jest": "^25.0.0",
|
18 | "@typescript-eslint/eslint-plugin": "^3.5.0",
|
19 | "@typescript-eslint/parser": "^3.5.0",
|
20 | "eslint": "^6.8.0",
|
21 | "eslint-config-prettier": "^6.11.0",
|
22 | "jest": "^25.0.0",
|
23 | "prettier": "^2.0.5",
|
24 | "ts-jest": "^25.0.0",
|
25 | "typescript": "~3.8.3"
|
26 | },
|
27 | "repository": {
|
28 | "type": "git",
|
29 | "url": "https://github.com/Snyk/ruby-semver.git"
|
30 | },
|
31 | "engines": {
|
32 | "node": ">=8"
|
33 | },
|
34 | "dependencies": {
|
35 | "lodash.escaperegexp": "^4.1.0",
|
36 | "lodash.flatten": "^4.4.0",
|
37 | "lodash.uniq": "^4.5.0",
|
38 | "tslib": "^1.13.0"
|
39 | },
|
40 | "version": "3.0.2"
|
41 | }
|