{
  "name": "@mediaspy/profile-client",
  "version": "2.3.1",
  "description": "",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "tsc",
    "test": "jest --passWithNoTests",
    "lint": "eslint . --ext .ts",
    "prepare": "npm run build",
    "prepublishOnly": "npm test && npm run lint",
    "preversion": "npm run lint"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com:MediaSpy/profile-client.git"
  },
  "jest": {
    "testMatch": [
      "<rootDir>/tests/**/*.ts"
    ],
    "transform": {
      "^.+\\.(ts|tsx)$": "ts-jest"
    }
  },
  "keywords": [
    "MediaSpy",
    "client"
  ],
  "author": "tmowka",
  "license": "ISC",
  "dependencies": {
    "@nestjs/common": "^7.6.15",
    "axios": "^0.21.1",
    "axios-mock-adapter": "^1.19.0",
    "axios-retry": "^3.1.9",
    "reflect-metadata": "^0.1.13",
    "rxjs": "^6.6.7"
  },
  "devDependencies": {
    "@types/axios": "^0.14.0",
    "@types/jest": "^26.0.23",
    "@typescript-eslint/eslint-plugin": "^4.22.0",
    "@typescript-eslint/parser": "^4.22.0",
    "eslint": "^7.25.0",
    "jest": "^26.6.3",
    "ts-jest": "^26.5.5",
    "typescript": "^4.2.4"
  }
}
