{
  "name": "@sp-api-sdk/auth",
  "author": "Bertrand Marron <bertrand@bizon.solutions>",
  "description": "Amazon Selling Partner API authentication package",
  "version": "3.0.0",
  "license": "MIT",
  "type": "module",
  "sideEffects": false,
  "source": "./src/index.ts",
  "main": "./dist/index.cjs",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "import": {
        "types": "./dist/index.d.ts",
        "default": "./dist/index.js"
      },
      "require": {
        "types": "./dist/index.d.cts",
        "default": "./dist/index.cjs"
      }
    }
  },
  "publishConfig": {
    "access": "public"
  },
  "files": [
    "dist"
  ],
  "dependencies": {
    "axios": "^1.16.1",
    "read-pkg-up": "^7.0.1"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/bizon/selling-partner-api-sdk.git",
    "directory": "packages/auth"
  },
  "bugs": {
    "url": "https://github.com/bizon/selling-partner-api-sdk/issues"
  },
  "homepage": "https://github.com/bizon/selling-partner-api-sdk/tree/master/packages/auth",
  "keywords": [
    "bizon",
    "amazon",
    "auth",
    "spa sdk",
    "sp api",
    "mws",
    "selling partner api",
    "marketplace webservice"
  ],
  "gitHead": "40177b741b5e9299d449d10c8e41a9a798aec593"
}
