{
  "name": "ping-bong",
  "version": "3.0.9",
  "description": "A simple ping tool that follows HTTP redirections",
  "main": "es/ping-bong.js",
  "bin": "bin/ping-bong.js",
  "files": [
    "./bin",
    "./es",
    "README.md"
  ],
  "scripts": {
    "lint": "eslint es/ bin/",
    "demo": "DEBUG=ping-bong node bin/ping-bong.js http://gizmodo.com",
    "release": "npm version -m \"New version: %s\"",
    "postrelease": "npm run push && npm publish",
    "push": "git push origin master && git push origin --tags"
  },
  "author": "mawrkus <web@sparring-partner.be>",
  "license": "MIT",
  "homepage": "https://github.com/mawrkus/ping-bong",
  "bugs": {
    "url": "https://github.com/mawrkus/ping-bong/issues"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/mawrkus/ping-bong.git"
  },
  "keywords": [
    "http",
    "htts",
    "request",
    "redirect",
    "follow",
    "utility",
    "axios"
  ],
  "engines": {
    "node": ">= 10"
  },
  "dependencies": {
    "axios": "^0.21.1",
    "debug": "^4.1.1",
    "lodash.get": "^4.4.2",
    "lodash.set": "^4.3.2"
  },
  "devDependencies": {
    "eslint": "^8.9.0",
    "eslint-config-airbnb-base": "^15.0.0",
    "eslint-plugin-import": "^2.18.2"
  }
}
