react-native-quick-scure-bip39
Version:
Secure, based on audited scure-bip39 and react-native-quick-crypto implementation of BIP39 mnemonic phrases
57 lines (56 loc) • 1.33 kB
JSON
{
"name": "react-native-quick-scure-bip39",
"version": "1.0.0",
"description": "Secure, based on audited scure-bip39 and react-native-quick-crypto implementation of BIP39 mnemonic phrases",
"main": "index.js",
"files": [
"index.js",
"index.d.ts",
"wordlists/*.js",
"wordlists/*.d.ts"
],
"types": "index.d.ts",
"dependencies": {
"@noble/hashes": "~1.2.0",
"@scure/base": "~1.1.0",
"react-native-quick-crypto": "^0.5.0"
},
"devDependencies": {
"micro-should": "0.4.0",
"prettier": "2.6.2",
"typescript": "4.7.3"
},
"author": "Iliya Bolotov",
"homepage": "https://bolotov-iliya.space/",
"repository": {
"type": "git",
"url": "https://github.com/I-Atlas/react-native-quick-scure-bip39.git"
},
"contributors": [
{
"name": "Iliya Bolotov",
"url": "https://bolotov-iliya.space/"
}
],
"license": "MIT",
"scripts": {
"build": "tsc",
"lint": "prettier --check 'src/**/*.ts' 'test/*.test.ts'",
"format": "prettier --write 'src/**/*.ts' 'test/*.test.ts'",
"test": "cd test && tsc && node bip39.test.js"
},
"keywords": [
"bip39",
"mnemonic",
"phrase",
"code",
"bip0039",
"bip-39",
"micro",
"scure",
"noble",
"wordlist",
"react-native",
"react-native-quick-bip39"
]
}