{
  "name": "infobip",
  "version": "0.1.0",
  "description": "Infobip Node Client",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "messaging",
    "sms",
    "voice",
    "client",
    "saas"
  ],
  "author": "Oreofe Olurin",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/oreofeolurin/infobip.git"
  },
  "devDependencies": {
    "@types/core-js": "^2.5.0",
    "@types/node": "^10.12.19",
    "@types/request": "^2.48.1"
  },
  "dependencies": {
    "request": "^2.88.0"
  }
}
