@sun-fe-cli/sun
Version:
core of the sun-fe-cli
51 lines (50 loc) • 1.14 kB
JSON
{
"name": "@sun-fe-cli/sun",
"version": "0.0.11",
"description": "core of the sun-fe-cli",
"keywords": [
"fe-cli",
"lerna"
],
"author": "mojie sun <jeason8023@gmail.com>",
"homepage": "",
"license": "ISC",
"main": "lib/index.js",
"bin": {
"sun": "bin/sun.js"
},
"directories": {
"lib": "lib",
"test": "__tests__"
},
"files": [
"lib"
],
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
},
"scripts": {
"test": "echo \"Error: run tests from root\" && exit 1"
},
"dependencies": {
"@sun-fe-cli/constant": "^0.0.11",
"@sun-fe-cli/exec": "^0.0.11",
"@sun-fe-cli/init": "^0.0.11",
"@sun-fe-cli/log": "^0.0.11",
"@sun-fe-cli/utils": "^0.0.11",
"colors": "^1.4.0",
"commander": "^9.0.0",
"dedent": "^0.7.0",
"dotenv": "^14.3.2",
"import-local": "^3.1.0",
"latest-version": "^5.0.0",
"ora": "^5.0.0",
"path-exists": "^4.0.0",
"root-check": "^1.0.0",
"semver": "^7.3.5",
"user-home": "^2.0.0",
"yargs": "^17.3.1"
},
"gitHead": "410d1ac9804e5bbd644ba154f01130f1e5de6f91"
}