Updated package.json.

This commit is contained in:
David Ball 2024-07-18 02:57:36 -04:00
parent 21ec5c5cb8
commit c5665eb1c6

View File

@ -14,14 +14,14 @@
"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"
"name": "David A. Ball",
"email": "david@daball.me",
"url": "https://daball.me"
},
"homepage": "https://github.com/amzn/paapi5-nodejs-sdk",
"homepage": "https://github.com/daball/amazon-pa-api-5.0-sdk-node-ts",
"repository": {
"type": "git",
"url": "https://github.com/amzn/paapi5-nodejs-sdk"
"url": "https://github.com/daball/amazon-pa-api-5.0-sdk-node-ts"
},
"dependencies": {
"superagent": "^9.0.0"