{
  "name": "@e2y/occ-client",
  "version": "3.0.2",
  "description": "OCC client for SAP Commerce Cloud",
  "author": {
    "name": "e2y",
    "email": "infra@e2ycommerce.com",
    "url": "https://e2ycommerce.com/"
  },
  "contributors": [
    {
      "name": "Jesús Fernández Jiménez",
      "email": "jesus.fernandez@e2ycommerce.com"
    }
  ],
  "license": "MIT",
  "main": "lib/index.js",
  "keywords": [
    "occ",
    "SAP Commerce Cloud",
    "typescript",
    "OpenAPI3.0",
    "OAuth2.0",
    "openapi-typescript-fetch"
  ],
  "types": "lib/index.d.ts",
  "directories": {
    "lib": "lib",
    "test": "tests"
  },
  "files": [
    "lib"
  ],
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:e2y/qa-tools.git"
  },
  "scripts": {
    "build": "tsc --build --force",
    "test": "jest",
    "watch": "tsc --watch"
  },
  "dependencies": {
    "openapi-typescript-fetch": "^1.1.3"
  },
  "devDependencies": {
    "fetch-mock": "^9.11.0"
  },
  "gitHead": "1d2d2307173bacea6702bce9383cb929f5017c71"
}
