bm-test-framework
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "bm-test-framework", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Simple Integration testing framework for your Business Messages integration", | ||
"main": "index.js", | ||
"scripts": { | ||
"start": "./node_modules/mocha/bin/_mocha", | ||
"start": "./node_modules/mocha/bin/_mocha './test/index-test.js'", | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"exports" : "./index.js", | ||
"bin" : { | ||
"bm-test-framework" : "./node_modules/mocha/bin/_mocha" | ||
"exports": "./index.js", | ||
"bin": { | ||
"bm-test-framework": "cli.js" | ||
}, | ||
"author": "Vittorio Banfi", | ||
"license": "Apache-2.0", | ||
"type" : "module", | ||
"type": "module", | ||
"dependencies": { | ||
@@ -18,0 +18,0 @@ "mocha": "^10.0.0", |
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
27378
15
292