@uinosoft/thing-cli-code-temp
Version:
40 lines • 846 B
JSON
{
"name": "@uinosoft/thing-cli-code-temp",
"version": "0.3.0",
"description": "",
"files": [
"dist"
],
"main": "./dist/index.mjs",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"type": "module",
"keywords": [
"uinosoft",
"uino",
"thing",
"thingjs",
"thing.js"
],
"author": "",
"license": "BSD-3-Clause",
"dependencies": {
"@types/cross-spawn": "^6.0.2",
"@types/inquirer": "^9.0.1",
"@types/shelljs": "^0.8.11",
"cac": "^6.7.12",
"chalk": "^5.0.1",
"commander": "^11.0.0",
"cross-spawn": "^7.0.3",
"download-git-repo": "^3.0.2",
"fs-extra": "^10.1.0",
"inquirer": "^9.1.0",
"ora": "^6.1.2",
"shelljs": "^0.8.5",
"@uinosoft/thing-cli-common": "^0.1.0"
},
"scripts": {
"dev": "unbuild --stub",
"build": "unbuild"
}
}