mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-12-06 17:27:57 +00:00
22 lines
469 B
JSON
22 lines
469 B
JSON
{
|
|
"name": "key-derivation-examples",
|
|
"version": "0.1.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@noble/curves": "^1.3.0",
|
|
"@xrplf/isomorphic": "^1.0.0",
|
|
"bignumber.js": "^9.1.2",
|
|
"brorand": "^1.1.0",
|
|
"elliptic": "^6.5.4",
|
|
"hash.js": "^1.1.7",
|
|
"ripple-address-codec": "^5.0.0",
|
|
"ripple-keypairs": "^2.0.0",
|
|
"secp256k1": "^5.0.0",
|
|
"xrpl": "^3.0.0"
|
|
},
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"start": "node index.js"
|
|
}
|
|
}
|