{
  "name": "rpc",
  "version": "3.3.3",
  "description": "Connect/Express middleware that makes handling API calls easier",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sleeplessinc/rpc.git"
  },
  "author": "Joe Hitchens <joe@sleepless.com> (sleepless.com)",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/sleeplessinc/rpc/issues"
  },
  "homepage": "https://github.com/sleeplessinc/rpc#readme",
  "dependencies": {
    "body-parser": "^1.19.0",
    "compression": "^1.7.4",
    "connect": "^3.7.0",
    "cors": "^2.8.5",
    "sleepless": "^5.2.3"
  }
}
