Files
Guardian/package.json
T
2023-10-10 17:07:22 +02:00

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"
}
}