mutation-testing-report-schema
Advanced tools
Comparing version 2.0.3 to 2.0.5
{ | ||
"name": "mutation-testing-report-schema", | ||
"version": "2.0.3", | ||
"version": "2.0.5", | ||
"description": "The json schema for a mutation testing report.", | ||
@@ -21,3 +21,4 @@ "main": "dist/src/index.js", | ||
"postpublish": "PUBLISH_SCHEMA=true ../metrics-scala/npmProjPublish.sh dist/src", | ||
"generate": "node ../../tasks/schema2ts.js src/mutation-testing-report-schema.json src-generated/schema.ts" | ||
"generate": "node ../../tasks/schema2ts.js src/mutation-testing-report-schema.json src-generated/schema.ts", | ||
"lint": "eslint --ext .js,.ts ." | ||
}, | ||
@@ -34,3 +35,7 @@ "repository": { | ||
"homepage": "https://github.com/stryker-mutator/mutation-testing-elements/tree/master/packages/elements#readme", | ||
"gitHead": "ab01f017bd53bf5b0d737710a10d47ebe02a63ee" | ||
"devDependencies": { | ||
"ajv": "8.12.0", | ||
"eslint-config-mte": "*" | ||
}, | ||
"gitHead": "8c3f6c7d34953aa2758a514728e78866e7b9c269" | ||
} |
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
55587
2