@ln-maf/validations
Version:
This module is created to allow other projects to easily validate JSON utilizing a set of steps.
53 lines (52 loc) • 1.27 kB
JSON
{
"name": "@ln-maf/validations",
"publishConfig": {
"access": "public"
},
"version": "3.0.1",
"description": "",
"main": "index.js",
"scripts": {
"test": "bash runFeature.sh"
},
"author": "",
"license": "Apache-2.0",
"dependencies": {
"@xmldom/xmldom": "^0.8.3",
"chai": "^4.3.6",
"jsonpath": "^1.1.1",
"jsonwebtoken": "^9.0.0",
"moment": "^2.29.2",
"papaparse": "^5.3.2",
"validator": "^13.7.0",
"xpath": "0.0.32"
},
"peerDependencies": {
"@cucumber/cucumber": ">= 11.0.0",
"@ln-maf/core": "*"
},
"devDependencies": {
"@cucumber/cucumber": "^11.0.0",
"@ln-maf/core": "file:../core",
"eslint": "^8.18.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.0.0",
"multiple-cucumber-html-reporter": "3.8.0",
"nyc": "^15.1.0"
},
"gitHead": "9bf55a2c86fa17707fabfb4320c3d722e270f9e6",
"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"
},
"homepage": "https://github.com/hpcc-systems/MAF#readme"
}