From c7b9309cc2d27cb6e8d551ddca70f389eaf725fc Mon Sep 17 00:00:00 2001 From: kajvan <54155240+kajvan@users.noreply.github.com> Date: Tue, 10 Oct 2023 18:37:34 +0200 Subject: [PATCH] main --- package.json | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 4674502..f50b3c0 100644 --- a/package.json +++ b/package.json @@ -1,11 +1,22 @@ { - "name": "guardian", - "version": "0.0.1", - "description": "authentication tool", + "name": "auth-guardian", + "version": "1.0.0", + "description": "auth-guardian a library for enhancing application security", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, + "repository": { + "type": "git", + "url": "https://github.com/kajvan/guardian" + }, + "keywords": [ + "security", + "authentication", + "password", + "jwt", + "rate limiting" + ], "author": "kaj van schalkwijk", "license": "MIT", "dependencies": {