{
  "name": "@tarangi/paapi5-nodejs-sdk",
  "version": "1.1.0",
  "description": "ProductAdvertisingAPI 5.0 NodeJS SDK",
  "license": "Apache-2.0",
  "main": "src/index.js",
  "scripts": {
    "test": "mocha --recursive",
    "lint": "eslint sampleGetBrowseNodesApi.js sampleGetItemsApi.js sampleSearchItemsApi.js sampleGetVariationsApi.js src/auth/*.js"
  },
  "author": {
    "name": "Product Advertising API",
    "email": "",
    "url": "https://webservices.amazon.com/paapi5/documentation/index.html"
  },
  "homepage": "https://github.com/amzn/paapi5-nodejs-sdk",
  "repository": {
    "type": "git",
    "url": "https://github.com/amzn/paapi5-nodejs-sdk"
  },
  "browser": {
    "fs": false
  },
  "dependencies": {
    "superagent": "3.7.0",
    "crypto-js": "^3.1.9-1"
  },
  "devDependencies": {
    "eslint": "^5.8.0",
    "expect.js": "~0.3.1",
    "mocha": "^10.0.0",
    "sinon": "1.17.3"
  },
  "keywords": [
    "amazon",
    "pa-api",
    "paapi",
    "paapi5.0",
    "paapi5",
    "paapi5-nodejs-sdk",
    "getitems",
    "searchitems",
    "getvariations",
    "getbrowsenodes",
    "ProductAdvertisingAPI"
  ]
}
