{
  "name": "@sp-api-sdk/auth",
  "author": "Bertrand Marron <bertrand@bizon.solutions>",
  "description": "Amazon Selling Partner API authentication package",
  "version": "2.2.9",
  "main": "dist/cjs/index.js",
  "module": "dist/es/index.js",
  "types": "dist/types/index.d.ts",
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  },
  "directories": {
    "lib": "dist"
  },
  "files": [
    "dist/**/*.js",
    "dist/**/*.d.ts"
  ],
  "dependencies": {
    "axios": "^1.9.0",
    "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": "773f45c3f4aab28e0bd9f6033045988800d7f258"
}
