{
  "name": "cqm-execution",
  "version": "4.4.1",
  "description": "NPM module for calculating eCQMs (electronic clinical quality measures) written in CQL (clinical quality language).",
  "main": "lib/index.js",
  "scripts": {
    "test": "npx jest --coverage",
    "jest": "npx jest",
    "lint": "eslint 'lib/*.js' 'lib/**/*.js' 'spec/*.js' 'spec/**/*.js'",
    "build-cql": "cd ./node_modules/cql-execution && yarn install && cd ../../",
    "prepublish": "./bin/build_cql_execution.sh",
    "browser": "browserify lib/browser.js > dist/browser.js && ./bin/fix-mongoose.sh"
  },
  "repository": "git+https://github.com/projecttacoma/cqm-execution.git",
  "contributors": [
    {
      "name": "Adam Holmes",
      "email": "aholmes@mitre.org"
    },
    {
      "name": "Matt Mayer",
      "email": "mmayer@mitre.org"
    },
    {
      "name": "Michael O'Keefe",
      "email": "mokeefe@mitre.org"
    },
    {
      "name": "James Bradley",
      "email": "jhbradley@mitre.org"
    },
    {
      "name": "Luke Osborne",
      "email": "lwosborne@mitre.org"
    },
    {
      "name": "Louis Ades"
    }
  ],
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/projecttacoma/cqm-execution/issues"
  },
  "homepage": "https://github.com/projecttacoma/cqm-execution#readme",
  "devDependencies": {
    "browserify": "^17.0.1",
    "cql-execution": "^3.2.0",
    "eslint": "^8.53.0",
    "eslint-config-airbnb-base": "^15.0.0",
    "eslint-plugin-import": "^2.29.0",
    "faker": "^4.1.0",
    "jest": "^29.7.0",
    "jest-extended": "^1.1.0",
    "require-directory": "^2.1.1"
  },
  "dependencies": {
    "cqm-models": "4.3.1",
    "lodash": "^4.17.19",
    "moment": "^2.29.4"
  }
}
