{
  "name": "@farfetch/blackout-client",
  "version": "2.19.1",
  "description": "Clients to connect to the Farfetch Platform Solutions' services",
  "license": "MIT",
  "main": "./index.js",
  "type": "module",
  "sideEffects": false,
  "repository": {
    "type": "git",
    "url": "https://github.com/Farfetch/blackout.git"
  },
  "dependencies": {
    "@types/json-patch": "^0.0.30",
    "@types/json-schema": "^7.0.11",
    "@types/proper-url-join": "2.1.1",
    "crypto-es": "^2.1.0",
    "proper-url-join": "^2.1.1"
  },
  "peerDependencies": {
    "axios": "1.6.8",
    "lodash-es": "^4.17.21"
  },
  "publishConfig": {
    "access": "public"
  },
  "engines": {
    "node": ">=14",
    "npm": ">=6.4.1"
  },
  "gitHead": "fa797eba3155d2f34018833b2c4f12de84f9027f",
  "types": "./index.d.ts"
}