{
  "name": "@smarttracker/blue-button-generate",
  "version": "1.5.13",
  "description": "Blue Button CCDA Generator.",
  "main": "./index.js",
  "browser": {
    "./lib/xmlutil.js": "./browser/lib/xmlutil.js"
  },
  "directories": {
    "doc": "docs",
    "lib": "lib",
    "test": "test"
  },
  "scripts": {
    "test": "grunt test",
    "coverage": "grunt coverage"
  },
  "author": "Alexander Maskeny <alex@smarttracker.health>",
  "contributors": [],
  "license": "Apache-2.0",
  "engines": {
    "node": ">= 14.19.3"
  },
  "dependencies": {
    "@amida-tech/blue-button-meta": "^1.7.5",
    "@amida-tech/blue-button-util": "^1.6.5",
    "libxmljs": "^1.0.11",
    "lodash": "^4.17.21",
    "moment": "^2.30.1"
  },
  "devDependencies": {
    "@amida-tech/blue-button": "^1.10.11",
    "brfs": "^2.0.2",
    "grunt": "^1.6.1",
    "grunt-contrib-connect": "^4.0.0",
    "grunt-contrib-jshint": "^3.2.0",
    "grunt-contrib-watch": "^1.1.0",
    "grunt-coveralls": "^2.0.0",
    "grunt-express-server": "^0.5.4",
    "grunt-jsbeautifier": "^0.2.13",
    "grunt-run": "^0.8.1",
    "jest": "^29.7.0",
    "xml2js": "^0.6.2"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/innovatedsoft-smarttracker/blue-button-generate.git"
  },
  "keywords": [
    "bluebutton",
    "ccda"
  ],
  "bugs": {
    "url": "https://github.com/innovatedsoft-smarttracker/blue-button-generate/issues"
  },
  "homepage": "https://github.com/innovatedsoft-smarttracker/blue-button-generate"
}
