{
  "name": "cda-schematron-validator",
  "version": "1.1.12",
  "description": "Fork of Eric Wadkins' javascript implementation of schematron testing for C-CDA XML documents. This includes bug fixes and some house keeping.",
  "main": "validator.js",
  "scripts": {
    "test": "grunt",
    "prepare": "husky install"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/priyaranjan-tokachichu/cda-schematron-validator.git"
  },
  "author": "Eric Wadkins",
  "contributors": [
    {
      "name": "Eric Wadkins",
      "url": "http://www.ericwadkins.com/"
    },
    {
      "name": "Priyaranjan (Raj) Tokachichu",
      "email": "priyaranjan@priyaranjan.com",
      "url": "https://github.com/priyaranjan-tokachichu"
    }
  ],
  "license": "LICENSE.md",
  "bugs": {
    "url": "https://github.com/priyaranjan-tokachichu/cda-schematron-validator/issues"
  },
  "homepage": "https://github.com/priyaranjan-tokachichu/cda-schematron-validator#readme",
  "devDependencies": {
    "chai": "^4.3.6",
    "eslint": "^8.12.0",
    "eslint-config-google": "^0.14.0",
    "grunt": "^1.5.3",
    "grunt-contrib-jshint": "^3.2.0",
    "grunt-mocha-test": "^0.13.3",
    "husky": "^7.0.4",
    "jsdoc": "^3.6.10",
    "lint-staged": "^12.3.7",
    "mocha": "^9.2.2",
    "prettier": "^2.6.2"
  },
  "dependencies": {
    "@xmldom/xmldom": "^0.8.3",
    "lodash.get": "^4.4.2",
    "xpath": "^0.0.32"
  },
  "directories": {
    "test": "test"
  },
  "keywords": [
    "C-CDA",
    "HL7",
    "Schematron",
    "CCD",
    "XML"
  ]
}
