Files
libcrypto/package.json
T

27 lines
615 B
JSON

{
"name": "crypto",
"description": "Various crypto utils for hashing, encryption, signature, ...",
"module": "index.ts",
"type": "module",
"files": ["index.ts"],
"scripts": {
"test": "bun test"
},
"dependencies": {
"argon2": "^0.40.1",
"jose": "^5.2.3",
"log": "^6.3.1",
"result": "git+git@git.pband.ch:typescript/result.git",
"zxcvbn": "^4.4.2"
},
"devDependencies": {
"@happy-dom/global-registrator": "^14.10.2",
"@types/argon2": "^0.15.0",
"@types/bun": "^1.1.2",
"@types/zxcvbn": "^4.4.4"
},
"peerDependencies": {
"typescript": "^5.0.0"
}
}