1 Star 0 Fork 0

Serverless Devs/alibabacloud-credentials-cli

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 782 Bytes
一键复制 编辑 原始数据 按行查看 历史
shihuali 提交于 2022-03-31 14:36 +08:00 . ci: 🎡 "version": "1.0.2"
{
"name": "@serverless-devs/acc",
"version": "1.0.2",
"description": "Alibaba Cloud Credentials CLI",
"bin": {
"acc": "bin/acc.js"
},
"directories": {
"lib": "lib",
"test": "test"
},
"scripts": {
"test": "mocha -R spec test/*.test.js",
"test-cov": "nyc -r=html -r=text -r=lcov npm run test",
"lint": "eslint --fix bin/*.js commands/*.js lib/*.js test/*.js"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org"
},
"author": "Jackson Tian",
"license": "Apache License 2.0",
"dependencies": {
"@serverless-devs/credentials": "^2.2.1"
},
"devDependencies": {
"eslint": "^8.7.0",
"mocha": "^9.1.3",
"nyc": "^15.1.0"
},
"files": [
"bin",
"commands",
"lib"
]
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/serverless-devs/alibabacloud-credentials-cli.git
git@gitee.com:serverless-devs/alibabacloud-credentials-cli.git
serverless-devs
alibabacloud-credentials-cli
alibabacloud-credentials-cli
master

搜索帮助