{ "name": "amazon-pa-api5-node-ts", "version": "2.3.0", "description": "ProductAdvertisingAPI 5.0 NodeJS SDK rewritten in TypeScript.", "license": "Apache-2.0", "main": "dist/src/index.mjs", "types": "dist/src/index.mjs", "type": "module", "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": "David A. Ball", "email": "david@daball.me", "url": "https://daball.me" }, "homepage": "https://github.com/daball/amazon-pa-api-5.0-sdk-node-ts", "repository": { "type": "git", "url": "https://github.com/daball/amazon-pa-api-5.0-sdk-node-ts" }, "dependencies": { "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", "typescript" ], "files": [ "dist", "src", "tests", "examples", "tsconfig*.json", "eslint.config*", "jest.config*" ] }