UNPKG

@sp-api-sdk/common

Version:
48 lines (47 loc) 1.16 kB
{ "name": "@sp-api-sdk/common", "author": "Bertrand Marron <bertrand@bizon.solutions>", "description": "Selling Parner API common library", "version": "2.1.12", "main": "dist/cjs/index.js", "module": "dist/es/index.js", "types": "dist/types/index.d.ts", "license": "MIT", "publishConfig": { "access": "public" }, "directories": { "lib": "dist", "test": "__tests__" }, "files": [ "dist/**/*.js", "dist/**/*.d.ts" ], "dependencies": { "@sp-api-sdk/auth": "2.2.7", "axios": "^1.8.3", "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/auth", "keywords": [ "bizon", "amazon", "spa sdk", "sp api", "mws", "selling partner api", "marketplace webservice" ], "gitHead": "1e03c21270cfd38688ca6928b63d3f3b4a3587b0" }