{
  "name": "grade-doh-model",
  "version": "1.3.0",
  "type": "module",
  "description": "Implementation of the the Government Revenue And Development Estimators Determinants Of Health (GRADE-DOH) economic model.",
  "source": "./src/index.js",
  "module": "./dist/module.js",
  "jsdelivr": "./dist/module.js",
  "files": [
    "./dist/module.js"
  ],
  "scripts": {
    "start": "node ./src/index.js",
    "test": "node --experimental-vm-modules node_modules/.bin/jest --coverage",
    "clear_jest": "jest --clearCache",
    "make-badges": "istanbul-badges-readme",
    "build": "parcel build",
    "lint": "eslint . --ext .js",
    "clean": "rm -rf dist/*",
    "prepublish": "npm run build",
    "prebuild": "npm run test && npm run clean",
    "pretest": "npm run lint",
    "posttest": "npm run make-badges",
    "publish_patch": "npm install && npm version patch && npm publish && git push",
    "publish_minor": "npm install && npm version minor && npm publish && git push",
    "publish_major": "npm install && npm version major && npm publish && git push"
  },
  "jest": {
    "transform": {
      "^.+\\.[t|j]sx?$": "babel-jest"
    },
    "coverageReporters": [
      "json-summary"
    ]
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/stuwilmur/GRADE-DOH-model.git"
  },
  "keywords": [
    "grade-doh",
    "econometric"
  ],
  "author": {
    "name": "Stu Murray",
    "url": "https://orcid.org/0000-0003-2871-8375"
  },
  "contributors": [
    {
      "name": "Stephen Hall",
      "url": "https://orcid.org/0000-0001-6068-8749"
    },
    {
      "name": "Bernadette O'Hare",
      "url": "https://orcid.org/0000-0003-1730-7941"
    },
    {
      "name": "Marisol Lopez",
      "url": "https://orcid.org/0000-0003-0293-7334"
    }
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/stuwilmur/GRADE-DOH-model/issues"
  },
  "homepage": "https://github.com/stuwilmur/GRADE-DOH-model#readme",
  "devDependencies": {
    "@babel/plugin-transform-modules-commonjs": "^7.24.8",
    "@babel/preset-env": "^7.24.8",
    "babel-eslint": "^10.1.0",
    "babel-jest": "^29.7.0",
    "eslint": "^8.57.0",
    "eslint-config-google": "^0.14.0",
    "grade-doh-data": "^4.0.0",
    "istanbul-badges-readme": "^1.9.0",
    "jest": "^29.7.0",
    "parcel": "^2.12.0"
  },
  "dependencies": {
    "micro-table": "^0.8.2"
  }
}
