{
  "name": "xsd-validator",
  "version": "1.1.1",
  "description": "Validating XMLs against XSD schema",
  "author": "ΔO - David Obdržálek <david@deltazero.cz>",
  "license": "ISC",
  "keywords": [
    "XSD",
    "XML",
    "Schema",
    "Schema Validation",
    "Schema Validator",
    "XSD Schema",
    "XSD Schema Validation",
    "XSD Schema Validator",
    "XML Schema",
    "XML Schema Validation",
    "XML Schema Validator"
  ],
  "main": "index.js",
  "types": "index.d.ts",
  "scripts": {
    "pretest": "tsc",
    "test": "mocha tests",
    "build": "tsc -b",
    "prepare": "npm run build"
  },
  "repository": "deltazero-cz/node-xsd-validator",
  "engines": {
    "node": ">=14.0.0"
  },
  "dependencies": {
    "libxmljs": "^1.0.9"
  },
  "devDependencies": {
    "@types/chai": "^4.3.3",
    "@types/libxmljs": "^0.18.8",
    "@types/mocha": "^9.1.1",
    "@types/node": "^16.0.0",
    "chai": "^4.3.6",
    "mocha": "^10.0.0",
    "typescript": "^5.1.3"
  }
}
