{
  "name": "nsa-server",
  "version": "0.2.13",
  "preferGlobal": true,
  "description": "networked status aggregator server",
  "main": "bin/nsa-server.js",
  "bin": {
    "nsa": "./bin/nsa-server.js"
  },
  "scripts": {
    "start": "node bin/nsa-server.js -l udp4:127.0.0.1:30826 -w http://127.0.0.1:3000/?status=true",
    "test": "node bin/nsa-test.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/yetzt/nsa-server.git"
  },
  "dependencies": {
    "commander": "^10.0.1",
    "debug": "^4.3.7",
    "express": "^4.21.0",
    "needle": "^3.3.1",
    "socket.io": "^4.8.0"
  },
  "devDependencies": {
    "nsa": "^0.2.0"
  },
  "author": "yetzt <git@yetzt.me> (https://github.com/yetzt)",
  "contributors": [
    {
      "name": "Michael Kreil",
      "url": "https://github.com/MichaelKreil/"
    }
  ],
  "license": "Unlicense",
  "bugs": {
    "url": "https://github.com/yetzt/nsa/issues"
  },
  "homepage": "https://github.com/yetzt/nsa",
  "keywords": [
    "nsa",
    "monitoring",
    "status",
    "service",
    "uptime"
  ]
}
