setup-oss/package.json
EnokMan a0ac4f99d2
Some checks failed
Setup ossutil / build (push) Failing after 25s
bump deps
2020-11-10 04:40:33 +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.4",
"@actions/github": "^4.0.0",
"@actions/tool-cache": "^1.6.0"
}
}