{
  "name": "og-voucher-sp-sdk",
  "version": "1.0.22",
  "description": "SDK for service providers of Voucher Service",
  "main": "dist/src/index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "tsc",
    "prepare": "npm run build"
  },
  "repository": {
    "type": "git",
    "url": "https://gitlab.com/subscriptions-service-devs/og-voucher-sp-sdk.git"
  },
  "types": "dist/src/index.d.ts",
  "author": "Pranav",
  "license": "ISC",
  "dependencies": {
    "@types/node": "^14.0.27",
    "axios": "^0.19.2",
    "https": "^1.0.0",
    "typescript": "^3.8.3"
  }
}
