diff --git a/package.json b/package.json index cbbd99c2..6d222930 100644 --- a/package.json +++ b/package.json @@ -4,6 +4,14 @@ "private": true, "author": "hand-dot", "license": "MIT", + "keywords": [ + "pdf", + "pdf-generation", + "pdf-designer", + "pdf-viewer", + "typescript", + "react" + ], "description": "TypeScript base PDF generator and React base UI. Open source, developed by the community, and completely free to use under the MIT license!", "homepage": "https://pdfme.com", "repository": { diff --git a/packages/common/package.json b/packages/common/package.json index 116d158d..befeb150 100644 --- a/packages/common/package.json +++ b/packages/common/package.json @@ -3,6 +3,14 @@ "version": "1.0.5", "author": "hand-dot", "license": "MIT", + "keywords": [ + "pdf", + "pdf-generation", + "pdf-designer", + "pdf-viewer", + "typescript", + "react" + ], "description": "TypeScript base PDF generator and React base UI. Open source, developed by the community, and completely free to use under the MIT license!", "homepage": "https://pdfme.com", "repository": { diff --git a/packages/generator/package.json b/packages/generator/package.json index 715a999f..be94f036 100644 --- a/packages/generator/package.json +++ b/packages/generator/package.json @@ -3,6 +3,14 @@ "version": "1.0.5", "author": "hand-dot", "license": "MIT", + "keywords": [ + "pdf", + "pdf-generation", + "pdf-designer", + "pdf-viewer", + "typescript", + "react" + ], "description": "TypeScript base PDF generator and React base UI. Open source, developed by the community, and completely free to use under the MIT license!", "homepage": "https://pdfme.com", "repository": { diff --git a/packages/ui/package.json b/packages/ui/package.json index 79c09482..be3e9022 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -3,6 +3,14 @@ "version": "1.0.5", "author": "hand-dot", "license": "MIT", + "keywords": [ + "pdf", + "pdf-generation", + "pdf-designer", + "pdf-viewer", + "typescript", + "react" + ], "description": "TypeScript base PDF generator and React base UI. Open source, developed by the community, and completely free to use under the MIT license!", "homepage": "https://pdfme.com", "repository": {