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