@xrocky3838/core
Version:
xf-cli core
31 lines (30 loc) • 564 B
JSON
{
"name": "@xrocky3838/core",
"version": "1.0.5",
"description": "xf-cli core ",
"bin": {
"xf-cli": "bin/index.js"
},
"keywords": [
"xf-cli",
"core"
],
"author": "weijing.deng <weijing.deng@xforwardai.com>",
"homepage": "",
"license": "MIT",
"main": "lib/core.js",
"directories": {
"lib": "lib",
"test": "__tests__"
},
"files": [
"lib"
],
"publishConfig": {
"access": "public"
},
"scripts": {
"test": "node ./__tests__/core.test.js"
},
"gitHead": "bc7f343ff22cd5155564c20bbca3de390c5f5c4c"
}