UNPKG

start-codecov

Version:
39 lines (38 loc) 891 B
{ "name": "start-codecov", "version": "2.0.0", "description": "Codecov task for Start", "keywords": [ "start", "start-task", "codecov" ], "homepage": "https://github.com/start-runner/codecov", "repository": "start-runner/codecov", "author": "Kir Belevich <kir@soulshine.in> (https://github.com/deepsweet)", "files": [ "build/" ], "main": "build/index.js", "dependencies": { "codecov-lite": "^0.1.2" }, "devDependencies": { "babel-preset-start": "^0.1.0", "eslint-config-tough": "^0.3.3", "husky": "^0.11.6", "sinon": "^1.17.5", "start-babel-cli": "^3.0.0", "start-start-preset": "^3.0.0", "tape": "^4.6.0" }, "scripts": { "start": "start-runner -p start-start-preset", "prepush": "yarn start prepush", "prepublish": "yarn start build" }, "engines": { "node": ">=4" }, "license": "MIT" }