@crpdo/key
Version:
Streamlines key generation, derivation, and management through its simple and intuitive API
92 lines (91 loc) • 1.89 kB
JSON
{
"name": "@crpdo/key",
"version": "0.0.5",
"description": "Streamlines key generation, derivation, and management through its simple and intuitive API",
"author": "Basedwon <basedwon@protonmail.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://gitlab.com/frenware/core/crpdo/key.git"
},
"bugs": {
"url": "https://gitlab.com/frenware/core/crpdo/key/issues"
},
"homepage": "https://gitlab.com/frenware/core/crpdo/key#readme",
"main": "./lib/key.js",
"exports": {
".": "./lib/key.js"
},
"browser": {
".": "./lib/key.js"
},
"scripts": {
"dev": "nodemon -w .. -x npm test",
"docs": "jsdoc2md lib/*.js > docs/api.md",
"update": "npm run update:prod && npm run update:dev",
"update:prod": "npm i -S @crpdo/coins@latest @crpdo/crypto@latest",
"update:dev": "npm i -D @basd/testr@latest",
"test": "testr test"
},
"dependencies": {
"@crpdo/coins": "^0.0.3",
"@crpdo/crypto": "^0.0.5",
"hdkey": "^2.1.0"
},
"devDependencies": {
"@basd/testr": "^0.1.2",
"jsdoc": "^4.0.2",
"jsdoc-to-markdown": "^8.0.0"
},
"keywords": [
"cryptography",
"encryption",
"decryption",
"keys",
"private key",
"public key",
"signature",
"verification",
"hdkey",
"bitcoin",
"ethereum",
"crypto",
"blockchain",
"wallet",
"seed",
"nonce",
"hashing",
"elliptic curve",
"security",
"ecdsa",
"bcrypt",
"base64",
"openpgp",
"rsa",
"ssl",
"tls",
"aes",
"sha256",
"cryptocurrency",
"digital signature",
"derivation path",
"bip32",
"bip39",
"bip44",
"secp256k1",
"xprv",
"xpub",
"coin",
"symmetric",
"asymmetric",
"cipher",
"keygen",
"keypair",
"nonce",
"pkcs8",
"pkcs1",
"asn1",
"der",
"pem"
]
}