@semo/cli
Version:
A command line tools dispatcher
47 lines (46 loc) • 983 B
JSON
{
"name": "@semo/cli",
"version": "1.6.37",
"description": "A command line tools dispatcher ",
"keywords": [
"cli",
"command",
"dispatcher",
"semo"
],
"repository": {
"type": "git",
"url": "https://github.com/semojs/semo"
},
"license": "MIT",
"bin": {
"semo": "lib/bin.js"
},
"main": "lib/index.js",
"types": "lib/index.d.ts",
"dependencies": {
"@semo/core": "^1.6.37",
"fs-extra": "^11.2.0",
"inquirer": "8.2.6",
"rimraf": "^5.0.5",
"shelljs": "^0.8.5",
"yaml": "^2.4.0",
"yargs-parser": "^21.1.1"
},
"scripts": {
"semo": "node lib/bin.js",
"watch": "tsc -w",
"dev": "tsc --build --watch",
"build": "tsc",
"prepare": "npm run clean && npm run build",
"clean": "rimraf lib"
},
"engines": {
"node": ">=16.0.0"
},
"devDependencies": {
"@types/inquirer": "8.2.10",
"@types/shelljs": "^0.8.11"
},
"gitHead": "9c177897c9c3a927ea4f3a75d51f448a5b9c4f0a"
}