@arcblock/blocklet-registry
Version:
**Blocklets** are reusable building blocks to help developers and community users to build things on [ArcBlock](https://www.arcblock.io) platform. A blocklet serves one and only one purpose, reusability is the core design philosophy of blocklets. Reusabil
45 lines • 1.15 kB
JSON
{
"name": "blockchain-manager",
"version": "1.0.0",
"title": "Blockchain Manager",
"description": "Official blocklet to help you manage forge powered chain nodes",
"keywords": [
"forge",
"dapp",
"node",
"blockchain"
],
"author": "zhangzhenqaing <zhenqiang@arcblock.io> https://github.com/polunzh",
"repository": {
"type": "git",
"url": "https://github.com/ArcBlock/abt-node/tree/master/blocklets/forge-release-manager"
},
"bugs": {
"url": "https://github.com/ArcBlock/abt-node/issues",
"email": "zhenqiang@arcblock.io"
},
"blocklet": {
"group": "dapp",
"color": "primary",
"main": "api/index.js",
"logo": "logo.png",
"provider": "arcblock",
"support": "support@arcblock.io",
"community": "https://community.arcblockio.cn",
"config_url": "",
"public_url": "",
"admin_url": "/",
"doc_url": "",
"install-scripts": {},
"hooks": {
"pre-deploy": "npm run build",
"pre-stop": "node api/libs/hooks/pre-stop.js"
},
"hookFiles": [
"api/libs/hooks/pre-stop.js"
]
},
"publishConfig": {
"directory": "_blocklet/"
}
}