mirror of
https://github.com/EvernodeXRPL/hp-devkit.git
synced 2026-04-29 15:37:58 +00:00
12 lines
300 B
JSON
12 lines
300 B
JSON
{
|
|
"name": "_projname_",
|
|
"version": "1.0.0",
|
|
"scripts": {
|
|
"build": "npx ncc build src/_projname_.js -o dist",
|
|
"start": "npm run build && hpdevkit deploy dist"
|
|
},
|
|
"dependencies": {
|
|
"hotpocket-nodejs-contract": "0.5.6",
|
|
"@vercel/ncc": "0.34.0"
|
|
}
|
|
} |