{
  "name": "muckraker",
  "version": "5.1.0",
  "description": "a lightweight wrapper around pg-promise",
  "main": "lib/index.js",
  "bin": {},
  "files": [
    "lib"
  ],
  "scripts": {
    "lint": "standard",
    "lint:fix": "standard --fix",
    "test": "jest",
    "posttest": "npm run lint"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/nlf/muckraker.git"
  },
  "keywords": [],
  "author": "Nathan LaFreniere <quitlahok@gmail.com>",
  "license": "MIT",
  "dependencies": {
    "front-matter": "^4.0.2",
    "keyfob": "^2.0.1",
    "pg-promise": "^12.0.0"
  },
  "devDependencies": {
    "jest": "^27.0.6",
    "standard": "^17.1.2"
  },
  "jest": {
    "collectCoverage": true,
    "coverageThreshold": {
      "global": {
        "lines": 100,
        "branches": 100,
        "function": 100,
        "statements": 100
      }
    }
  }
}
