@thingjs/cli
Version:
<div align="center"> <a href="https://www.thingjs.com/guide/"><img width="200" src="https://www.thingjs.com/static/images/avatar.png"/></a> </div>
42 lines • 759 B
JSON
{
"name": "@thingjs/cli",
"version": "0.14.0",
"description": "",
"files": [
"dist"
],
"bin": {
"thing": "./bin/thing.js"
},
"main": "./dist/index.mjs",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"type": "module",
"keywords": [
"uinosoft",
"uino",
"thing",
"thingjs",
"thing.js",
"cli"
],
"author": "",
"license": "BSD-3-Clause",
"dependencies": {
"commander": "^12.0.0",
"execa": "^7.2.0",
"inquirer": "^9.1.0",
"@thingjs/cli-common": "^0.7.1",
"@thingjs/cli-code-temp": "^0.11.0"
},
"devDependencies": {
"@types/inquirer": "^9.0.1"
},
"engines": {
"node": ">=18"
},
"scripts": {
"dev": "unbuild --stub",
"build": "unbuild"
}
}