codecov-lite
Version:
LCOV uploader for codecov.io service
26 lines • 555 B
JSON
{
"name": "codecov-lite",
"version": "2.0.0",
"description": "LCOV uploader for codecov.io service",
"keywords": [
"coverage",
"codecov",
"lcov"
],
"types": "types/index.d.ts",
"main": "node/index.js",
"repository": "nextools/metarepo",
"author": "Kir Belevich <kir@belevi.ch> (https://github.com/deepsweet)",
"license": "MIT",
"engines": {
"node": ">=12.13.0"
},
"publishConfig": {
"access": "public"
},
"sideEffects": false,
"dependencies": {
"@babel/runtime": "^7.4.2",
"got": "^11.0.2"
}
}