{
  "name": "detailed-xml-validator",
  "version": "2.1.0",
  "description": "Validate  XML schema forbusiness rules and returns all the possible failures",
  "main": "./src/validator.js",
  "scripts": {
    "test": "npx mocha specs/*.spec.js --timeout 5000",
    "coverage": "npx nyc mocha specs/*.spec.js"
  },
  "keywords": [
    "xsd",
    "xml",
    "validator",
    "detail",
    "business",
    "rule"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/NaturalIntelligence/detailed-xml-validator"
  },
  "author": "Amit Gupta (https://amitkumargupta.work/)",
  "license": "MIT",
  "dependencies": {
    "fast-xml-parser": "^5.7.1"
  },
  "devDependencies": {
    "chai": "^4.3.4",
    "mocha": "^9.1.1",
    "nyc": "^15.1.0"
  }
}