first commit

This commit is contained in:
kajvan
2023-10-10 17:07:22 +02:00
commit f7e668c8fb
10 changed files with 988 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
{
"name": "guardian",
"version": "0.0.1",
"description": "authentication tool",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "kaj van schalkwijk",
"license": "MIT",
"dependencies": {
"bcrypt": "^5.1.1",
"jsonwebtoken": "^9.0.2"
}
}