Skip to main content
Module

x/ed25519_dalek/package.json

WebAssembly port of Ed25519_dalek, a Rust implementation of Ed25519 signatures
Go to Latest
File
{ "name": "ed25519_dalek", "version": "1.1.7", "author": "hazae41", "license": "MIT", "description": "WebAssembly port of Ed25519_dalek, a Rust implementation of Ed25519 signatures", "homepage": "https://github.com/hazae41/ed25519-dalek-wasm", "main": "./dist/index.js", "module": "./dist/index.esm.js", "types": "./dist/index.d.ts", "sideEffects": false, "scripts": { "build:wasm": "cd wasm && rimraf pkg && wasm-pack build --target web --release", "build:opt": "wasm-opt ./wasm/pkg/ed25519_dalek_wasm_bg.wasm -Oz -o ./wasm/pkg/ed25519_dalek_wasm_bg.wasm", "build:package": "rimraf dist && deno run -A build.ts && bunchee -m ./node/index.ts && ttsc", "build": "npm run build:wasm && npm run build:opt && npm run build:package" }, "devDependencies": { "bunchee": "^2.1.4", "rimraf": "^3.0.2", "ttypescript": "^1.5.13", "typescript": "4.8.3", "typescript-transform-paths": "^3.3.1" }, "repository": { "type": "git", "url": "git+https://github.com/hazae41/ed25519-dalek-wasm" }, "bugs": { "url": "https://github.com/hazae41/ed25519-dalek-wasm/issues" }}