UNPKG

@sp-api-sdk/auth

Version:
45 lines (44 loc) 1.06 kB
{ "name": "@sp-api-sdk/auth", "author": "Bertrand Marron <bertrand@bizon.solutions>", "description": "Amazon Selling Partner API authentication package", "version": "2.2.7", "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.8.3", "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": "1e03c21270cfd38688ca6928b63d3f3b4a3587b0" }