std/crypto/deno.json

13 lines
213 B
JSON
Raw Normal View History

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