@thingjs/cli-common
Version:
The origin cli-utils is too big, and the most tools are for the service, and is not needed to install when install the cli.
39 lines • 707 B
JSON
{
"name": "@thingjs/cli-common",
"version": "0.7.1",
"description": "",
"files": [
"dist"
],
"main": "./dist/index.mjs",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"type": "module",
"exports": {
".": "./dist/index.mjs"
},
"keywords": [
"uinosoft",
"uino",
"thing",
"thingjs",
"thing.js"
],
"author": "",
"license": "BSD-3-Clause",
"dependencies": {
"chalk": "^5.0.1",
"fs-extra": "^10.1.0",
"jsonfile": "^6.1.0",
"npmlog": "^6.0.2",
"ora": "^6.1.2",
"semver": "^7.3.7"
},
"devDependencies": {
"@types/jsonfile": "^6.1.0"
},
"scripts": {
"dev": "unbuild --stub",
"build": "unbuild"
}
}