{
  "name": "@hfsnetbr/ping-monitor",
  "version": "0.5.1",
  "description": "Website Uptime Event Emitter",
  "main": "app.js",
  "scripts": {
    "start": "node app.js",
    "test": "npm run eslint && ./node_modules/mocha/bin/mocha test",
    "eslint": "eslint ./lib"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/hfsnetbr/node-monitor.git"
  },
  "keywords": [
    "monitor",
    "uptime",
    "website",
    "ping",
    "network",
    "server"
  ],
  "author": "Qawelesizwe Mlilo",
  "license": "MIT",
  "engines": {
    "node": ">=12.x",
    "npm": ">=1.3.x"
  },
  "devDependencies": {
    "chai": "^4.2.0",
    "eslint": "^5.16.0",
    "mocha": "^7.1.2",
    "nock": "^12.0.3"
  },
  "dependencies": {},
  "bugs": {
    "url": "https://github.com/hfsnetbr/node-monitor/issues"
  },
  "homepage": "https://github.com/hfsnetbr/node-monitor#readme",
  "directories": {
    "lib": "lib",
    "test": "test"
  }
}
