{
  "name": "@cargozone/amazon-sp-api",
  "version": "0.0.4",
  "description": "Amazon Selling Partner API client",
  "main": "index.js",
  "directories": {
    "lib": "lib",
    "test": "test"
  },
  "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": "^3.21.1",
    "iconv-lite": "^0.6.3",
    "qs": "^6.10.1"
  },
  "devDependencies": {
    "@types/node": "^16.11.6",
    "chai": "^4.3.4",
    "dotenv": "^10.0.0",
    "mocha": "^9.1.3",
    "moment": "^2.29.1"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/CargoZone/amazon-sp-api.git"
  },
  "scripts": {
    "test": "mocha --config ./test/.mocharc.js"
  },
  "homepage": "https://cargozone.ai",
  "types": "./lib/typings/index.d.ts",
  "bugs": {
    "url": "https://github.com/CargoZone/amazon-sp-api/issues"
  }
}
