@ln-maf/validations
Version:
Validation step definitions for MAF
48 lines (47 loc) • 1.45 kB
JSON
{
"name": "@ln-maf/validations",
"publishConfig": {
"access": "public"
},
"version": "4.1.7",
"description": "Validation step definitions for MAF",
"main": "index.js",
"scripts": {
"test": "mkdir -p ../../test/report && npx cucumber-js -f json:../../test/report/validations.json --require \"stepDefinitions/*.js\" features/$FEATURE_FILE",
"test:coverage": "mkdir -p ../../test/report && npx nyc --reporter=lcov --reporter=text --report-dir=../../coverage npx cucumber-js -f json:../../test/report/validations.json --require \"stepDefinitions/*.js\" features/$FEATURE_FILE"
},
"license": "Apache-2.0",
"dependencies": {
"@xmldom/xmldom": "^0.9.0",
"ajv": "^8.17.1",
"chai": "^4.0.0",
"fontoxpath": "^3.33.2",
"jsonpath-plus": "^10.2.0",
"jsonwebtoken": "^9.0.0",
"moment": "^2.29.2",
"papaparse": "^5.3.2",
"validator": "^13.7.0"
},
"peerDependencies": {
"@cucumber/cucumber": ">= 12.0.0",
"@ln-maf/core": ">= 4.0.0"
},
"devDependencies": {
"@cucumber/cucumber": "^12.0.0",
"@ln-maf/core": "^4.1.6",
"multiple-cucumber-html-reporter": "3.7.0",
"nyc": "^17.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hpcc-systems/MAF.git"
},
"keywords": [
"cucumber-js",
"testing"
],
"bugs": {
"url": "https://github.com/hpcc-systems/MAF/issues"
},
"gitHead": "72bd75fd8d59d2a28e7300871c0903c2c60fc548"
}