UNPKG

@sp-api-sdk/common

Version:

Common library for the Amazon Selling Partner API (SP-API) SDK: Axios factory, regions, rate limiting and errors

63 lines (62 loc) 1.52 kB
{ "name": "@sp-api-sdk/common", "author": "Bertrand Marron <bertrand@bizon.solutions>", "description": "Common library for the Amazon Selling Partner API (SP-API) SDK: Axios factory, regions, rate limiting and errors", "version": "4.0.1", "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": { "@sp-api-sdk/auth": "3.1.1", "axios": "^1.18.1", "axios-logger": "^2.8.1", "axios-retry": "^4.5.0", "read-pkg-up": "^7.0.1" }, "repository": { "type": "git", "url": "https://github.com/bizon/selling-partner-api-sdk.git", "directory": "packages/common" }, "bugs": { "url": "https://github.com/bizon/selling-partner-api-sdk/issues" }, "homepage": "https://github.com/bizon/selling-partner-api-sdk/tree/master/packages/common", "keywords": [ "amazon", "amazon-sp-api", "bizon", "esm", "nodejs", "sdk", "selling partner api", "selling-partner-api", "sp api", "sp sdk", "sp-api", "typescript" ], "gitHead": "ba6f2c01e5f1e877c8f7bbdbe346d0157e2ca9a7" }