UNPKG

@semo/cli

Version:

44 lines (43 loc) 1.04 kB
{ "name": "@semo/cli", "version": "2.0.21", "description": "", "type": "module", "main": "lib/index.js", "bin": { "semo": "./lib/bin.js" }, "scripts": { "clean": "rimraf lib *.tsbuildinfo", "build": "tsc --build", "dev": "tsc --build --watch", "prepare": "npm run clean && npm run build" }, "keywords": [], "author": "", "license": "ISC", "dependencies": { "@semo/core": "^2.0.21", "envinfo": "^7.14.0", "fs-extra": "^11.3.0", "lodash": "^4.17.21", "rimraf": "^6.0.1", "shelljs": "^0.9.2", "yaml": "^2.7.1", "yargs": "18.0.0-candidate.7", "yargs-parser": "^21.1.1" }, "engines": { "node": "^20.19.0 || ^22.12.0 || >=23" }, "packageManager": "pnpm@10.8.1", "devDependencies": { "@types/envinfo": "^7.8.4", "@types/fs-extra": "^11.0.4", "@types/lodash": "^4.17.16", "@types/shelljs": "^0.8.15", "@types/yargs": "^17.0.33", "@types/yargs-parser": "^21.0.3" }, "gitHead": "74a33b96f1ec6820fad8a683670ab52770999cd9" }