{ "name": "codecov-action", "version": "1.0.5", "description": "Upload coverage reports to Codecov from GitHub Actions", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "ncc build index.js" }, "repository": { "type": "git", "url": "git+https://github.com/codecov/codecov-action.git" }, "keywords": [], "author": "Ibrahim Ali", "license": "MIT", "bugs": { "url": "https://github.com/codecov/codecov-action/issues" }, "homepage": "https://github.com/codecov/codecov-action#readme", "dependencies": { "@actions/core": "^1.2.0", "@actions/exec": "^1.0.1", "@zeit/ncc": "^0.20.5", "fs": "0.0.1-security", "request": "^2.88.0" }, "devDependencies": {} }