@stoplight/types
Advanced tools
Comparing version 7.1.0 to 9999.9999.9997
{ | ||
"name": "@stoplight/types", | ||
"version": "7.1.0", | ||
"version": "9999.9999.9997", | ||
"description": "Common typings for the Stoplight ecosystem.", | ||
"keywords": [], | ||
"sideEffects": false, | ||
"files": [ | ||
"**/*" | ||
], | ||
"homepage": "https://github.com/stoplightio/types", | ||
"bugs": "https://github.com/stoplightio/types/issues", | ||
"author": "Stoplight <support@stoplight.io>", | ||
@@ -16,8 +15,57 @@ "repository": { | ||
"license": "Apache-2.0", | ||
"files": [ | ||
"dist/*" | ||
], | ||
"engines": { | ||
"node": ">=8" | ||
}, | ||
"main": "index.cjs.js", | ||
"module": "index.es.js", | ||
"typings": "src/index.d.ts" | ||
"scripts": { | ||
"build": "tsc -p ./tsconfig.build.json -d", | ||
"commit": "git-cz", | ||
"lint": "tslint -c tslint.json 'src/**/*.ts?'", | ||
"lint.fix": "yarn lint --fix", | ||
"release": "sl-scripts release", | ||
"release.dryRun": "sl-scripts release --dry-run --debug", | ||
"test": "jest", | ||
"test.prod": "yarn lint && yarn test --coverage --no-cache", | ||
"test.update": "yarn test --updateSnapshot", | ||
"test.watch": "yarn test --watch" | ||
}, | ||
"devDependencies": { | ||
"@stoplight/scripts": "7.0.0", | ||
"@types/jest": "^24.0.13", | ||
"@types/json-schema": "^7.0.3", | ||
"@types/node": "^12.0.3", | ||
"jest": "^24.8.0", | ||
"lodash": "^4.17.11", | ||
"ts-jest": "^24.0.2", | ||
"tslint": "^5.16.0", | ||
"tslint-config-stoplight": "^1.3.0", | ||
"typescript": "3.5.1" | ||
}, | ||
"lint-staged": { | ||
"*.ts": [ | ||
"tslint -c tslint.json --fix", | ||
"git add" | ||
] | ||
}, | ||
"husky": { | ||
"hooks": { | ||
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS", | ||
"pre-commit": "lint-staged" | ||
} | ||
}, | ||
"config": { | ||
"commitizen": { | ||
"path": "node_modules/cz-conventional-changelog" | ||
} | ||
}, | ||
"commitlint": { | ||
"extends": [ | ||
"@commitlint/config-conventional" | ||
] | ||
}, | ||
"release": { | ||
"extends": "@stoplight/scripts/release" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
0
13456
10
3
0
2