UNPKG

amazon-sp-api-tcat

Version:

Amazon Selling Partner API client

49 lines (48 loc) 1.07 kB
{ "name": "amazon-sp-api-tcat", "version": "1.1.0", "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": "turkycat@pm.me", "license": "MIT", "dependencies": { "csvtojson": "^2.0.10", "fast-xml-parser": "^4.4.0", "iconv-lite": "^0.6.3", "qs": "^6.12.3" }, "devDependencies": { "@types/node": "^20.14.11", "@types/mocha": "^10.0.7", "chai": "^5.1.1", "dotenv": "^16.4.5", "mocha": "^10.7.0", "moment": "^2.30.1" }, "repository": { "type": "git", "url": "git@github.com:turkycat/amazon-sp-api.git" }, "scripts": { "test": "mocha --config ./test/.mocharc.js" }, "homepage": "https:/getarthy.com", "types": "./lib/typings/index.d.ts" }