{
  "name": "clincalc",
  "version": "0.0.9",
  "description": "misc clinical calculations",
  "main": "./lib/index.js",
  "typings": "./lib/index",
  "scripts": {
    "build": "tsc -p .",
    "test": "jest",
    "doc": "typedoc --out docs src --target ES5 --module commonjs",
    "test:coverage": "jest --coverage"
  },
  "keywords": [],
  "author": "Devin Pastoor <devin.pastoor@gmail.com>",
  "bugs": {
    "url": "https://github.com/dpastoor/clincalc/issues"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/dpastoor/clincalc/issues"
  },
  "license": "MIT",
  "devDependencies": {
    "jest": "^19.0.2",
    "ts-jest": "^19.0.10",
    "typedoc": "^0.5.10",
    "typescript": "^2.2.2"
  },
  "jest": {
    "transform": {
      ".(ts|tsx)": "<rootDir>/node_modules/ts-jest/preprocessor.js"
    },
    "testResultsProcessor": "<rootDir>/node_modules/ts-jest/coverageprocessor.js",
    "testRegex": "(/__tests__/.*|\\.(test|spec))\\.(ts|tsx|js)$",
    "moduleFileExtensions": [
      "ts",
      "tsx",
      "js"
    ]
  }
}
