16 lines
319 B
JSON
16 lines
319 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|