{
  "publishConfig": {
    "access": "public"
  },
  "engines": {
    "node": ">=18"
  },
  "name": "@commercetools/sdk-middleware-auth",
  "version": "8.0.1",
  "description": "Middleware for different authentication flows of commercetools platform API, to use with @commercetools/sdk-client",
  "keywords": [
    "commercetools",
    "sdk",
    "middleware",
    "auth",
    "oauth"
  ],
  "homepage": "https://commercetools.github.io/nodejs/",
  "bugs": "https://github.com/commercetools/nodejs/issues",
  "license": "MIT",
  "author": "Nicola Molinari <nicola.molinari@commercetools.com> (https://github.com/emmenko)",
  "main": "dist/commercetools-sdk-middleware-auth.cjs.js",
  "module": "dist/commercetools-sdk-middleware-auth.esm.js",
  "umd:min": "dist/commercetools-sdk-middleware-auth.umd.js",
  "preconstruct": {
    "entrypoints": [
      "./index.js"
    ],
    "umdName": "commercetoolsSdkMiddlewareAuth"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/commercetools/nodejs.git"
  },
  "files": [
    "dist"
  ],
  "dependencies": {
    "node-fetch": "^2.6.7",
    "@commercetools/sdk-middleware-http": "8.0.1"
  },
  "devDependencies": {
    "abort-controller": "3.0.0",
    "nock": "12.0.3"
  },
  "scripts": {
    "prebuild": "rimraf dist/**",
    "build": "exit 0;"
  }
}