mirror of
https://github.com/EvernodeXRPL/hpcore.git
synced 2026-04-29 15:37:59 +00:00
10 lines
227 B
JSON
10 lines
227 B
JSON
{
|
|
"scripts": {
|
|
"build-echo": "ncc build echo_contract.js -o dist/echo-contract",
|
|
"build-file": "ncc build file_contract.js -o dist/file-contract"
|
|
},
|
|
"dependencies": {
|
|
"bson": "4.0.4"
|
|
}
|
|
}
|