23 lines
506 B
JSON
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"
|
|
}
|
|
}
|