{ "name": "crypto-server", "description": "Various crypto utils that only works on the server side", "module": "index.ts", "type": "module", "files": ["index.ts"], "scripts": { "test": "bun test" }, "dependencies": { "jose": "^5.3.0", "result": "git+git@git.pband.ch:typescript/result.git" }, "devDependencies": { "@types/bun": "^1.1.2" }, "peerDependencies": { "typescript": "^5.0.0" } }