Skip to main content
Module

x/scrypt/deno.jsonc

πŸ”‘ Deno library for hashing passwords using scrypt
Go to Latest
File
{ "$schema": "https://deno.land/x/deno/cli/schemas/config-file.v1.json", "lint": { "files": { "exclude": ["lib/_wasm/wasm.js", "lib/_wasm/out/"] } }, "tasks": { "wasmbuild": "deno run --allow-env --allow-run --allow-read --allow-write --allow-net https://deno.land/x/wasmbuild@0.8.3/main.ts --out ./lib/_wasm --project scrypt-wasm --sync" }}