{ "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.1.3", "@actions/exec": "^1.0.1", "@actions/github": "^1.1.0", "@actions/tool-cache": "^1.1.2" } }