@fe-hl/command
Version:
common command class
31 lines • 547 B
JSON
{
"name": "@fe-hl/command",
"version": "2.0.0",
"description": "common command class",
"keywords": [
"Commander"
],
"author": "hl <523387582@qq.com>",
"homepage": "",
"license": "MIT",
"main": "lib/index.js",
"directories": {
"lib": "lib",
"test": "__tests__"
},
"files": [
"lib"
],
"publishConfig": {
"access": "public",
"workspace-resolve": true
},
"type": "module",
"repository": {
"type": "git",
"url": "git@gitee.com:fe-hl/cli.git"
},
"scripts": {
"test": "jest"
}
}