@sp-api-sdk/common
Version:
Selling Parner API common library
58 lines (57 loc) • 1.37 kB
JSON
{
"name": "@sp-api-sdk/common",
"author": "Bertrand Marron <bertrand@bizon.solutions>",
"description": "Selling Parner API common library",
"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": {
"@sp-api-sdk/auth": "3.0.0",
"axios": "^1.16.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/auth",
"keywords": [
"bizon",
"amazon",
"spa sdk",
"sp api",
"mws",
"selling partner api",
"marketplace webservice"
],
"gitHead": "40177b741b5e9299d449d10c8e41a9a798aec593"
}