mirror of
https://github.com/EvernodeXRPL/sashimono.git
synced 2026-04-29 15:38:00 +00:00
11 lines
366 B
JSON
11 lines
366 B
JSON
{
|
|
"scripts": {
|
|
"build": "ncc build echo_contract.js --minify -o dist",
|
|
"cpconf": "cp contract.config dist/",
|
|
"zip": "mkdir -p ../dist && cd dist && zip -r ../../dist/contract-bundle.zip *",
|
|
"bundle": "npm run build && npm run cpconf && npm run zip"
|
|
},
|
|
"dependencies": {
|
|
"hotpocket-nodejs-contract": "0.5.3"
|
|
}
|
|
} |