{
  "name": "@zervise/zervise-api",
  "version": "1.0.0",
  "description": "A Promise based Node.js wrapper of Zervise API for easily integrating any node app with Zervise's customer support portal and ticketing system.",
  "main": "index.js",
  "homepage": "https://zervise.com/resources",
  "repository": {
    "type": "git",
    "url": "git+https://gitlab.com/npm-zervise/npmjs-zervise.git"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "zervise",
    "helpdesk",
    "help desk",
    "service desk",
    "custoner support",
    "support",
    "ticketing",
    "complaint"
  ],
  "author": "Soumya Dey <soumyadey200@gmail.com> (https://soumya-dey.github.io/)",
  "license": "MIT",
  "dependencies": {
    "axios": "^0.21.1"
  },
  "bugs": {
    "url": "https://gitlab.com/npm-zervise/npmjs-zervise/-/issues"
  },
  "devDependencies": {}
}