mirror of
https://github.com/EvernodeXRPL/hp-devkit.git
synced 2026-04-29 15:37:58 +00:00
23 lines
454 B
JSON
23 lines
454 B
JSON
{
|
|
"name": "hpdevkit",
|
|
"version": "0.5.6",
|
|
"description": "Developer toolkit for HotPocket smart contract development",
|
|
"scripts": {
|
|
"install": "node scripts/install.js"
|
|
},
|
|
"keywords": [
|
|
"HotPocket",
|
|
"toolkit",
|
|
"hpdevkit",
|
|
"smart contract"
|
|
],
|
|
"homepage": "https://github.com/HotPocketDev/evernode-sdk",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"commander": "9.4.0"
|
|
},
|
|
"bin": {
|
|
"hpdevkit": "./index.js"
|
|
}
|
|
}
|