Files
libcrypto/package.json
T
pascal 9f97f28ce9
ci/woodpecker/push/test Pipeline failed
Remove weird log lib
2024-05-14 14:38:42 +02:00

23 lines
506 B
JSON

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