UNPKG

amazon-sp-api

Version:

Amazon Selling Partner API client

51 lines (50 loc) 1.15 kB
{ "name": "amazon-sp-api", "version": "1.1.6", "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": { "csvtojson": "^2.0.10", "fast-xml-parser": "^4.5.0", "iconv-lite": "^0.6.3", "qs": "^6.13.1" }, "devDependencies": { "@types/mocha": "^10.0.9", "@types/node": "^22.9.0", "chai": "^5.1.2", "dotenv": "^16.4.5", "mocha": "^10.8.2", "moment": "^2.30.1", "prettier": "^3.4.2" }, "repository": { "type": "git", "url": "git@github.com:amz-tools/amazon-sp-api.git" }, "scripts": { "test": "mocha --config ./test/.mocharc.js", "format": "npx prettier --write ." }, "homepage": "https://getarthy.com", "types": "./lib/typings/index.d.ts" }