{
   "name": "@marxlnfcs/wildduck-api",
   "version": "1.2.3",
   "description": "Provides a client to interact with the wildduck api",
   "main": "index.js",
   "private": false,
   "repository": {
      "type": "git",
      "url": "git+https://github.com/marxlnfcs/wildduck-api.git"
   },
   "keywords": [
      "wildduck",
      "api",
      "restapi"
   ],
   "author": "marxlnfcs",
   "license": "MIT",
   "bugs": {
      "url": "https://github.com/marxlnfcs/wildduck-api/issues"
   },
   "homepage": "https://marxlnfcs.github.io/wildduck-api/",
   "devDependencies": {
      "@types/eventsource": "^1.1.11",
      "@types/form-data": "^2.5.0",
      "@types/lodash": "^4.14.194"
   },
   "peerDependencies": {
      "axios": "^1.4.0",
      "eventsource": "^2.0.2",
      "form-data": "^4.0.0",
      "lodash": "^4.17.21",
      "md5": "^2.3.0",
      "rxjs": "^7.8.1"
   }
}