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", "name": "auth-guardian",
"version": "0.0.1", "version": "1.0.0",
"description": "authentication tool", "description": "auth-guardian a library for enhancing application security",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {
"test": "echo \"Error: no test specified\" && exit 1" "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", "author": "kaj van schalkwijk",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {