Files
codecov-action/package.json
T

29 lines
735 B
JSON
Raw Normal View History

2019-11-13 23:41:15 -08:00
{
"name": "codecov-action",
"version": "1.0.5",
"description": "Upload coverage reports to Codecov from GitHub Actions",
2019-11-13 23:41:15 -08:00
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "ncc build index.js"
2019-11-13 23:41:15 -08:00
},
"repository": {
"type": "git",
"url": "git+https://github.com/codecov/codecov-action.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/codecov/codecov-action/issues"
},
"homepage": "https://github.com/codecov/codecov-action#readme",
"dependencies": {
"@actions/core": "^1.2.0",
2019-11-18 22:51:40 -08:00
"@actions/exec": "^1.0.1",
"@zeit/ncc": "^0.20.5",
2019-11-18 23:39:04 -08:00
"fs": "0.0.1-security",
"request": "^2.88.0"
2019-11-13 23:41:15 -08:00
}
}