Remove pwd and jwt (server only)

Closes #9
This commit is contained in:
2024-05-14 14:38:30 +02:00
parent 968292713f
commit 605cab4c85
5 changed files with 1 additions and 54 deletions
+1 -2
View File
@@ -1,6 +1,6 @@
{
"name": "crypto",
"description": "Various crypto utils for hashing, encryption, signature, ...",
"description": "Various crypto utils for encryption, signature, ...",
"module": "index.ts",
"type": "module",
"files": ["index.ts"],
@@ -8,7 +8,6 @@
"test": "bun test"
},
"dependencies": {
"jose": "^5.3.0",
"log": "^6.3.1",
"result": "git+git@git.pband.ch:typescript/result.git",
"zxcvbn": "^4.4.2"