mirror of
https://github.com/EvernodeXRPL/hpcore.git
synced 2026-04-29 15:37:59 +00:00
19 lines
526 B
JSON
19 lines
526 B
JSON
{
|
|
"scripts": {
|
|
"build-node": "browserify --node -p tinyify hp-client-lib.js -o dist/hp-node-client-lib.js",
|
|
"build-browser": "browserify -p tinyify hp-client-lib.js -o dist/hp-browser-client-lib.js"
|
|
},
|
|
"dependencies": {
|
|
"libsodium-wrappers": "0.7.6",
|
|
"blake3": "2.1.4",
|
|
"ws": "7.1.2",
|
|
"bson": "4.0.4"
|
|
},
|
|
"devDependencies": {
|
|
"tinyify": "3.0.0",
|
|
"browserify": "16.5.2",
|
|
"utf-8-validate": "5.0.2",
|
|
"bufferutil": "4.0.1"
|
|
}
|
|
}
|