semo-plugin-shell
Version:
A semo plugin to provide a quick shell.
39 lines (38 loc) • 856 B
JSON
{
"name": "semo-plugin-shell",
"version": "2.0.21",
"description": "A semo plugin to provide a quick shell.",
"keywords": [
"cli",
"command",
"semo"
],
"repository": {
"type": "git",
"url": "https://github.com/semojs/semo"
},
"type": "module",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"license": "MIT",
"devDependencies": {
"@types/fs-extra": "^11.0.4",
"@types/shelljs": "^0.8.15",
"rimraf": "^5.0.5"
},
"scripts": {
"clean": "rimraf lib *.tsbuildinfo",
"build": "tsc --build",
"dev": "tsc --build --watch",
"prepare": "npm run clean && npm run build"
},
"dependencies": {
"@semo/core": "^2.0.21",
"fs-extra": "^11.3.0",
"shelljs": "^0.9.2"
},
"publishConfig": {
"access": "public"
},
"gitHead": "74a33b96f1ec6820fad8a683670ab52770999cd9"
}