Compare commits
2 Commits
ab001fe532
...
c5665eb1c6
| Author | SHA1 | Date | |
|---|---|---|---|
| c5665eb1c6 | |||
| 21ec5c5cb8 |
19
package.json
19
package.json
|
|
@ -1,9 +1,9 @@
|
|||
{
|
||||
"name": "paapi5-nodejs-sdk",
|
||||
"name": "amazon-pa-api5-node-ts",
|
||||
"version": "2.1.0",
|
||||
"description": "ProductAdvertisingAPI 5.0 NodeJS SDK",
|
||||
"description": "ProductAdvertisingAPI 5.0 NodeJS SDK rewritten in TypeScript.",
|
||||
"license": "Apache-2.0",
|
||||
"main": "dist/index.ts",
|
||||
"main": "dist/src/index.ts",
|
||||
"scripts": {
|
||||
"clean": "rimraf dist",
|
||||
"build": "tsc",
|
||||
|
|
@ -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"
|
||||
|
|
@ -52,6 +52,7 @@
|
|||
"searchitems",
|
||||
"getvariations",
|
||||
"getbrowsenodes",
|
||||
"ProductAdvertisingAPI"
|
||||
"ProductAdvertisingAPI",
|
||||
"typescript"
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user