amazon-sp-api-timeout
Version:
Amazon Selling Partner API client
50 lines (49 loc) • 1.14 kB
JSON
{
"name": "amazon-sp-api-timeout",
"version": "0.7.11",
"description": "Amazon Selling Partner API client",
"main": "index.js",
"directories": {
"lib": "./lib/"
},
"keywords": [
"amazon",
"sellingpartner",
"sp",
"sellercentral",
"amazon sellingpartner api",
"amazon sp api",
"selling partner",
"amazon sp api client",
"amazon selling partner",
"amazon selling partner api",
"mws",
"amazon mws"
],
"author": "Jens Lübberstedt <jens@amz.tools>",
"license": "MIT",
"dependencies": {
"crypto-js": "^4.1.1",
"csvtojson": "^2.0.10",
"fast-xml-parser": "^4.0.7",
"https-proxy-agent": "^5.0.1",
"iconv-lite": "^0.6.3",
"qs": "^6.11.0"
},
"devDependencies": {
"@types/node": "^17.0.24",
"chai": "^4.3.6",
"dotenv": "^16.0.0",
"mocha": "^9.2.2",
"moment": "^2.29.2"
},
"repository": {
"type": "git",
"url": "git@github.com:colin-brown/amazon-sp-api-timeout.git"
},
"scripts": {
"test": "mocha --config ./test/.mocharc.js"
},
"homepage": "https://amz.tools",
"types": "./lib/typings/index.d.ts"
}