@accordproject/concerto-util
Advanced tools
Comparing version 3.19.3-20241014162440 to 3.19.3-20241021135045
{ | ||
"name": "@accordproject/concerto-util", | ||
"version": "3.19.3-20241014162440", | ||
"version": "3.19.3-20241021135045", | ||
"description": "Utilities for Concerto Modeling Language", | ||
@@ -19,7 +19,4 @@ "homepage": "https://github.com/accordproject/concerto", | ||
"prepublishOnly": "npm run webpack", | ||
"pretest": "npm run lint", | ||
"pretest": "npm run lint && npm run doc", | ||
"lint": "eslint .", | ||
"postlint": "npm run licchk", | ||
"licchk": "license-check-and-add", | ||
"postlicchk": "npm run doc", | ||
"doc": "jsdoc --pedantic --recurse -c jsdoc.json", | ||
@@ -53,3 +50,2 @@ "test": "nyc mocha --recursive -t 10000", | ||
"jsdoc": "^4.0.2", | ||
"license-check-and-add": "2.3.6", | ||
"mocha": "10.0.0", | ||
@@ -68,42 +64,2 @@ "node-polyfill-webpack-plugin": "2.0.1", | ||
"browserslist": "> 0.25%, not dead", | ||
"license-check-and-add-config": { | ||
"folder": "./lib", | ||
"license": "HEADER", | ||
"exact_paths_method": "EXCLUDE", | ||
"exact_paths": [ | ||
"api.txt", | ||
"composer-logs", | ||
"coverage", | ||
"LICENSE", | ||
"node_modules", | ||
".nyc-output", | ||
"out", | ||
".tern-project" | ||
], | ||
"file_type_method": "EXCLUDE", | ||
"file_types": [ | ||
".yml", | ||
".yaml", | ||
".zip", | ||
".tgz" | ||
], | ||
"insert_license": false, | ||
"license_formats": { | ||
"js|njk|pegjs|cto|acl|qry": { | ||
"prepend": "/*", | ||
"append": " */", | ||
"eachLine": { | ||
"prepend": " * " | ||
} | ||
}, | ||
"npmrc|editorconfig|txt": { | ||
"eachLine": { | ||
"prepend": "# " | ||
} | ||
}, | ||
"md": { | ||
"file": "HEADER.md" | ||
} | ||
} | ||
}, | ||
"nyc": { | ||
@@ -110,0 +66,0 @@ "produce-source-map": "true", |
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
11
71019