@bnorth/cli
Version:
bnorth cli
40 lines (39 loc) • 776 B
JSON
{
"name": "@bnorth/cli",
"version": "4.1.1",
"description": "bnorth cli",
"keywords": [
"bnorth",
"react"
],
"author": "able99 <8846755@qq.com>",
"homepage": "https://github.com/able99",
"license": "MIT",
"bin": {
"bnorth-cli": "./bin/cli.js"
},
"files": [
"lib",
"bin",
"templates"
],
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/able99/bnorth.git"
},
"bugs": {
"url": "https://github.com/able99/bnorth/issues"
},
"scripts": {
"build": "node -v"
},
"dependencies": {
"cross-spawn": "^6.0.5",
"fs-extra": "^7.0.0",
"yargs": "^12.0.1"
},
"gitHead": "f91979a9f1bfb32f9f5826a79f4b1bb8de4af651"
}