{ "name": "paapi5-nodejs-sdk", "version": "2.1.0", "description": "ProductAdvertisingAPI 5.0 NodeJS SDK", "license": "Apache-2.0", "main": "dist/index.ts", "scripts": { "clean": "rimraf dist", "build": "tsc", "test": "jest", "lint": "eslint src/**/*", "watch:build": "tsc --watch", "watch:test": "jest --watch", "start": "npm-run-all clean --parallel watch:build --print-label" }, "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" }, "dependencies": { "crypto-js": "^4.2.0", "superagent": "^9.0.0" }, "devDependencies": { "@eslint/js": "^9.7.0", "@jest/globals": "^29.7.0", "@types/jest": "^29.5.12", "eslint": "^9.7.0", "expect.js": "~0.3.1", "globals": "^15.8.0", "jest": "^29.7.0", "rimraf": "^6.0.1", "sinon": "^18.0.0", "ts-jest": "^29.2.2", "ts-node": "^10.9.2", "typescript": "^5.5.3", "typescript-eslint": "^7.16.1" }, "keywords": [ "amazon", "pa-api", "paapi", "paapi5.0", "paapi5", "paapi5-nodejs-sdk", "getitems", "searchitems", "getvariations", "getbrowsenodes", "ProductAdvertisingAPI" ] }