This commit is contained in:
Lara 2025-04-06 20:15:45 +03:00
parent a4000a589a
commit b3ff1903b1
Signed by: laratheprotogen
GPG key ID: 5C0296EB3165F98B
20 changed files with 498 additions and 124 deletions

View file

@ -51,5 +51,10 @@
"test:unit": "bunx vitest",
"test": "npm run test:unit -- --run"
},
"type": "module"
"type": "module",
"dependencies": {
"@node-rs/argon2": "^2.0.2",
"@oslojs/crypto": "^1.0.1",
"@oslojs/encoding": "^1.1.0"
}
}