Compare commits

..

No commits in common. "c5665eb1c674e1ccc13fdd0d091c25fa442e4ab3" and "ab001fe532f7105475d5e9442efe8428218b9f32" have entirely different histories.

View File

@ -1,9 +1,9 @@
{ {
"name": "amazon-pa-api5-node-ts", "name": "paapi5-nodejs-sdk",
"version": "2.1.0", "version": "2.1.0",
"description": "ProductAdvertisingAPI 5.0 NodeJS SDK rewritten in TypeScript.", "description": "ProductAdvertisingAPI 5.0 NodeJS SDK",
"license": "Apache-2.0", "license": "Apache-2.0",
"main": "dist/src/index.ts", "main": "dist/index.ts",
"scripts": { "scripts": {
"clean": "rimraf dist", "clean": "rimraf dist",
"build": "tsc", "build": "tsc",
@ -14,14 +14,14 @@
"start": "npm-run-all clean --parallel watch:build --print-label" "start": "npm-run-all clean --parallel watch:build --print-label"
}, },
"author": { "author": {
"name": "David A. Ball", "name": "Product Advertising API",
"email": "david@daball.me", "email": "",
"url": "https://daball.me" "url": "https://webservices.amazon.com/paapi5/documentation/index.html"
}, },
"homepage": "https://github.com/daball/amazon-pa-api-5.0-sdk-node-ts", "homepage": "https://github.com/amzn/paapi5-nodejs-sdk",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/daball/amazon-pa-api-5.0-sdk-node-ts" "url": "https://github.com/amzn/paapi5-nodejs-sdk"
}, },
"dependencies": { "dependencies": {
"superagent": "^9.0.0" "superagent": "^9.0.0"
@ -52,7 +52,6 @@
"searchitems", "searchitems",
"getvariations", "getvariations",
"getbrowsenodes", "getbrowsenodes",
"ProductAdvertisingAPI", "ProductAdvertisingAPI"
"typescript"
] ]
} }