v0-scf
Version:
腾讯云无服务器函数SCF命令行辅助工具
33 lines (32 loc) • 688 B
JSON
{
"name": "v0-scf",
"version": "0.0.7",
"description": "腾讯云无服务器函数SCF命令行辅助工具",
"repository": "git@github.com:assholev0/v0-scf.git",
"author": "willin <willin@willin.org>",
"main": "scr/index.js",
"bin": {
"scf": "bin/scf.js"
},
"keywords": [
"scf",
"qcloud",
"腾讯云",
"无服务器函数",
"v0"
],
"license": "MIT",
"dependencies": {
"archiver": "^3.0.0",
"chalk": "^2.4.1",
"cli-list": "^0.2.0",
"fs-extra": "^7.0.1",
"inquirer": "^6.2.0",
"minimist": "^1.2.0",
"wqcloud": "latest"
},
"devDependencies": {
"eslint": "^5.9.0",
"eslint-config-dwing": "^1.2.1"
}
}