@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
26 lines (25 loc) • 613 B
JSON
{
"name": "xmark-docsite-starter",
"description": "Simple Docsite Powered by Xmark",
"version": "7.28.7",
"publishConfig": {
"access": "public"
},
"keywords": [
"arcblock",
"forge",
"starter",
"xmark",
"react",
"javascript"
],
"scripts": {
"lint": "eslint scripts/*.js",
"precommit": "CI=1 yarn lint",
"prepush": "CI=1 yarn lint",
"prepublishOnly": "node ../index.js ../../examples/docsite ./"
},
"author": "zhenqiang <zhenqiang@arcblock.io> https://github.com/polunzh",
"license": "ISC",
"gitHead": "b83d2ebf62788ef654a1c7cbbc1a269cdc0f8fd1"
}