Skip to main content
Module

x/scrypt/deno.jsonc

πŸ”‘ Deno library for hashing passwords using scrypt
Go to Latest
File
{ "name": "@denorg/scrypt", "version": "4.3.1", "exports": { ".": "./mod.ts", "./cli": "./cli.ts" }, "$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.15.4/main.ts --out ./lib/_wasm --project scrypt-wasm --sync" }, "fmt": { "exclude": [ "target/" ] }, "publish": { "exclude": [ "**/*_bench.ts", ".releaserc.json", "egg.json", ".eggignore", "_config.yml", ".vscode/" ] }, "imports": { "@std/assert": "jsr:@std/assert@0.218.2", "@std/crypto": "jsr:@std/crypto@0.218.2", "@std/encoding": "jsr:@std/encoding@0.218.2" }}