UNPKG

@hanchon/signature-to-pubkey

Version:

Generate a public key from a signature

44 lines (43 loc) 1.03 kB
{ "name": "@hanchon/signature-to-pubkey", "version": "1.0.1", "description": "Generate a public key from a signature", "license": "MIT", "repository": "hanchon-live/signature-to-pubkey", "source": "src/converter.ts", "main": "lib/converter.js", "module": "./lib/converter.module.js", "types": "lib/converter.d.ts", "keywords": [ "ethermint", "evmos", "bech32", "eth", "blockchain", "pubkey", "converter", "signature" ], "files": [ "lib/**/*" ], "author": "Hanchon <guillermo.paoletti@gmail.com>", "scripts": { "build": "microbundle", "test": "NODE_OPTIONS=--experimental-vm-modules jest" }, "devDependencies": { "@babel/core": "^7.15.0", "@babel/preset-env": "^7.15.0", "@babel/preset-typescript": "^7.15.0", "@types/jest": "^27.0.1", "@types/node": "^16.7.4", "babel-jest": "^27.1.0", "jest": "^27.1.0", "microbundle": "^0.13.3", "typescript": "^4.4.2" }, "dependencies": { "@ethereumjs/util": "^8.0.0" } }