{
  "name": "haravan-client",
  "version": "0.1.5",
  "description": "### Haravan API",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "files": [
    "lib",
    "LICENSE",
    "README.md"
  ],
  "scripts": {
    "build": "tsc",
    "prepublish": "npm run build"
  },
  "keywords": [
    "haravan",
    "typescript"
  ],
  "author": "Nguyen Van Tuan",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/vtuanjs/haravan-client.git"
  },
  "homepage": "https://github.com/vtuanjs/haravan-client#readme",
  "devDependencies": {
    "@typescript-eslint/eslint-plugin": "^4.18.0",
    "@typescript-eslint/parser": "^4.18.0",
    "eslint": "^7.16.0",
    "eslint-config-prettier": "^7.1.0",
    "eslint-plugin-prettier": "^3.3.1",
    "prettier": "^2.2.1",
    "typescript": "^4.1.3"
  },
  "dependencies": {
    "axios": "^0.21.0",
    "axios-retry": "^3.1.9"
  }
}
