{
  "name": "message-relay-services",
  "version": "0.9.29",
  "description": "A simple server to route message to other services, such as email, admin, etc.",
  "main": "index.js",
  "scripts": {
    "test": "ava --verbose"
  },
  "keywords": [
    "message","relay",
    "tcp", "tls", "ipc",
    "client", "server", "json"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/copious-world/message-relay-services.git"
  },
  "funding": {
    "type" : "GitHub Sponsors",
    "url" : "https://github.com/sponsors/copious-world"
  }, 
  "author": "Richard Leddy",
  "license": "ISC",
  "directories": {
    "lib": "lib"
  },
  "devDependencies": {
    "ava": "^3.15.0",
    "nyc": "^15.1.0"
  }
}
