{
  "name": "@infomaker/http-test-server",
  "description": "IMID HTTP Test Server",
  "license": "UNLICENSED",
  "author": "Infomaker IMID",
  "homepage": "https://infomaker.io",
  "repository": {
    "type": "git",
    "url": "git://github.com:Infomaker/im-id.git"
  },
  "version": "1.1.2",
  "main": "src/http-test-server.js",
  "scripts": {
    "test": "node_modules/.bin/jest --coverage --runInBand --collectCoverageFrom=src/**/*.js --colors --no-watchman tests"
  },
  "dependencies": {
    "body-parser": "1.18.3",
    "stoppable": "1.1.0"
  },
  "devDependencies": {
    "got": "11.8.5",
    "jest-cli": "26.6.3"
  },
  "keywords": [
    "IMID",
    "Infomaker"
  ],
  "jest": {
    "verbose": true,
    "automock": false,
    "testEnvironment": "node",
    "coverageThreshold": {
      "global": {
        "branches": 100,
        "functions": 100,
        "lines": 100,
        "statements": 100
      }
    },
    "testMatch": [
      "**/tests/*.js"
    ],
    "testPathIgnorePatterns": [
      "node_modules"
    ]
  }
}
