From 90d219edf60afe4136c5e2580d36287691828a2b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Weslley=20Ara=C3=BAjo?= <46850407+wellwelwel@users.noreply.github.com> Date: Sun, 21 Apr 2024 07:45:11 -0300 Subject: [PATCH] chore: add keywords (#16) --- package.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/package.json b/package.json index d7d80be..43fed92 100755 --- a/package.json +++ b/package.json @@ -34,6 +34,14 @@ "engines": { "node": ">= 6.0.0" }, + "keywords": [ + "mysql", + "mysql2", + "aws", + "rds", + "ssl", + "bundle" + ], "scripts": { "build": "npx tsc", "lint": "eslint . --ext .js,.ts && prettier --check .",