setup-oss/package.json
2020-10-01 17:21:29 +00:00

26 lines
654 B
JSON

{
"name": "setup-ossutil",
"version": "1.0.0",
"description": "配置 ossutil 命令行工具",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/manyuanrong/setup-ossutil.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/manyuanrong/setup-ossutil/issues"
},
"homepage": "https://github.com/manyuanrong/setup-ossutil#readme",
"dependencies": {
"@actions/core": "^1.2.6",
"@actions/exec": "^1.0.1",
"@actions/github": "^1.1.0",
"@actions/tool-cache": "^1.1.2"
}
}