This commit is contained in:
kajvan
2023-10-10 18:37:34 +02:00
parent 7c739cb3fe
commit c7b9309cc2
+14 -3
View File
@@ -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": {