amazon-sp-api-node8
Version:
Amazon Selling Partner API client for Node version 8x
51 lines (50 loc) • 1.17 kB
JSON
{
"name": "amazon-sp-api-node8",
"version": "1.1.415",
"description": "Amazon Selling Partner API client for Node version 8x",
"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.5.0",
"iconv-lite": "^0.6.3",
"qs": "^6.13.1"
},
"devDependencies": {
"@types/node": "^10.17.60",
"@types/mocha": "^5.2.7",
"yargs-parser": "13.1.2",
"chai": "^4.2.0",
"dotenv": "^8.6.0",
"mocha": "^6.2.3",
"moment": "^2.29.1"
},
"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"
}