std/crypto/deno.json
denobot dc14633394
chore: release 2024.07.09 (#5363)
Co-authored-by: kt3k <kt3k@users.noreply.github.com>
2024-07-09 15:13:21 +09:00

13 lines
213 B
JSON

{
"name": "@std/crypto",
"version": "1.0.1",
"exports": {
".": "./mod.ts",
"./crypto": "./crypto.ts",
"./timing-safe-equal": "./timing_safe_equal.ts"
},
"exclude": [
"_wasm/target"
]
}