UNPKG

@seda-protocol/secp256k1-vrf

Version:

A TypeScript implementation of Verifiable Random Functions (VRF) for secp256k1

29 lines (28 loc) 734 B
{ "name": "@seda-protocol/secp256k1-vrf", "version": "0.1.0", "description": "A TypeScript implementation of Verifiable Random Functions (VRF) for secp256k1", "type": "module", "main": "dist/index.js", "module": "dist/index.js", "types": "dist/index.d.ts", "keywords": ["vrf", "crypto", "verifiable", "random", "function", "secp256k1", "typescript"], "author": "SEDA Protocol", "license": "MIT", "dependencies": { "@noble/hashes": "^1.7.1", "@noble/secp256k1": "^2.2.3" }, "devDependencies": { "@biomejs/biome": "^1.9.4", "@types/bun": "latest" }, "peerDependencies": { "typescript": "^5.7.3" }, "scripts": { "fmt": "bunx biome check --write .", "check-fmt": "bunx biome check .", "build": "tsc" } }