image-checker
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "image-checker", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Check the quality of an image for defects including blur, under-exposure, over-exposure and low contrast.", | ||
@@ -36,2 +36,3 @@ "keywords": [ | ||
"lint": "tslint --project tsconfig.json -t codeFrame 'src/**/*.ts' 'test/**/*.ts'", | ||
"lint:local": "tslint --project tsconfig.json -t codeFrame", | ||
"prebuild": "rimraf dist", | ||
@@ -143,3 +144,3 @@ "build": "tsc --module commonjs && rollup -c rollup.config.ts && typedoc --out docs --target es6 --theme minimal --mode file src && yarn build:cli", | ||
"tslint-config-prettier": "^1.15.0", | ||
"tslint-config-standard": "^8.0.1", | ||
"tslint-config-standard-sr": "^8.2.0", | ||
"typedoc": "^0.13.0", | ||
@@ -146,0 +147,0 @@ "typescript": "^3.0.3" |
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
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
32001