@helldoc/cli
Version:
helldoc CLI
29 lines (28 loc) • 507 B
JSON
{
"name": "@helldoc/cli",
"version": "0.6.0",
"description": "helldoc CLI",
"bin": {
"helldoc": "build/index.js"
},
"author": "fimars <foru.fy@gmail.com>",
"repository": "https://github.com/fimars/hell",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"scripts": {
"tsc": "tsc"
},
"keywords": [
"hell",
"doc",
"react",
"typescript"
],
"dependencies": {
"@helldoc/core": "^0.6.0",
"commander": "^4.0.1"
},
"gitHead": "6153d0730e57d1b7fe23929971cc7b57795c9c3d"
}