UNPKG

purity-identity

Version:

Key generation for the Purity users, tool to encrypt/decrypt messages with their identities and helpers for compressing decompressing public keys

32 lines (31 loc) 773 B
{ "name": "purity-identity", "version": "0.1.2", "description": "Key generation for the Purity users, tool to encrypt/decrypt messages with their identities and helpers for compressing decompressing public keys", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "tsc", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "https://github.com/nugaon/purity-identity.git" }, "keywords": [ "purity", "contract", "web3", "web3.0", "decentralized-internet" ], "author": "Viktor Levente Tóth", "license": "ISC", "devDependencies": { "typescript": "^3.9.3" }, "dependencies": { "eth-crypto": "^1.6.0", "web3-utils": "^1.2.8" } }