@idealworld/cli
Version:
Dew Serviceless CLI
56 lines (55 loc) • 1.28 kB
JSON
{
"name": "@idealworld/cli",
"version": "0.3.0",
"description": "Dew Serviceless CLI",
"main": "dist/index",
"typings": "dist/index",
"files": [
"bin",
"dist"
],
"scripts": {
"clean": "rimraf ./dist && rimraf tsconfig.build.tsbuildinfo",
"compile": "tsc -b",
"build": "yarn run clean && yarn run compile && yarn run prePublish",
"prePublish": "cpx ../../dist/cli/src/** ./dist",
"start": "tsc && yarn run prePublish && node bin/dewcli"
},
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/ideal-world/dew-serviceless"
},
"author": {
"name": "gudaoxuri",
"email": "i@sunisle.org"
},
"keywords": [
"dew",
"serverless"
],
"dependencies": {
"@idealworld/sdk": "^0.3.0",
"@types/inquirer": "^7.3.1",
"chalk": "^4.1.0",
"clear": "^0.1.0",
"clui": "^0.3.6",
"figlet": "^1.5.0",
"inquirer": "^7.3.3",
"simple-git": "^2.23.0"
},
"devDependencies": {
"@types/node": "^14.6.2",
"cpx": "1.5.0",
"rimraf": "^3.0.2",
"ts-node": "^9.0.0",
"typescript": "^4.0.2"
},
"bin": {
"dewcli": "bin/dewcli"
},
"publishConfig": {
"access": "public"
},
"gitHead": "dbcee9860634d266567e6c0956fa77bd2db804f8"
}