@moredeal/amazon-sp-api
Version:
Amazon Selling Partner API client
50 lines (49 loc) • 1.11 kB
JSON
{
"name": "@moredeal/amazon-sp-api",
"version": "0.7.14",
"private": false,
"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.9",
"iconv-lite": "^0.6.3",
"qs": "^6.11.0"
},
"devDependencies": {
"@types/node": "^18.7.2",
"chai": "^4.3.6",
"dotenv": "^16.0.1",
"mocha": "^10.0.0",
"moment": "^2.29.4"
},
"repository": {
"type": "git",
"url": "git@github.com:amz-tools/amazon-sp-api.git"
},
"scripts": {
"test": "mocha --config ./test/.mocharc.js"
},
"homepage": "https://amz.tools",
"types": "./lib/typings/index.d.ts"
}