From 21ec5c5cb8d82351017048e36bd0e9a3cbf002b2 Mon Sep 17 00:00:00 2001 From: David Ball Date: Thu, 18 Jul 2024 02:52:14 -0400 Subject: [PATCH] Updated package.json. --- package.json | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index e424841..9b9dbe5 100644 --- a/package.json +++ b/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", @@ -52,6 +52,7 @@ "searchitems", "getvariations", "getbrowsenodes", - "ProductAdvertisingAPI" + "ProductAdvertisingAPI", + "typescript" ] }