coveralls-api
Version:
API client for coveralls.io
72 lines • 1.5 kB
JSON
{
"name": "coveralls-api",
"version": "1.2.4",
"description": "API client for coveralls.io",
"license": "MIT",
"author": {
"name": "Connor White",
"email": "connor.bcw@gmail.com",
"url": "https://connorwhite.org"
},
"homepage": "https://connorwhite.org/github/coveralls-api",
"repository": {
"type": "git",
"url": "git+https://github.com/bconnorwhite/coveralls-api.git"
},
"keywords": [
"coveralls",
"coveralls.io",
"api",
"client",
"node",
"browser",
"typed",
"types",
"ts",
"typescript",
"create",
"post",
"get",
"update",
"job",
"repo"
],
"files": [
"build"
],
"main": "./build/index.js",
"scripts": {
"build": "bob build",
"commit": "bob commit",
"lint": "bob lint",
"release": "bob publish",
"test": "bob test"
},
"dependencies": {
"@bconnorwhite/exec": "^6.0.6",
"cross-fetch-json": "^1.1.2",
"form-data": "^3.0.0",
"md5": "^2.3.0",
"parse-json-object": "^2.0.0",
"read-file-safe": "^1.0.5",
"read-lcov-safe": "^1.0.1",
"stringify-json-object": "^1.0.5"
},
"devDependencies": {
"@bconnorwhite/bob": "^2.6.3",
"@types/md5": "^2.2.0",
"@types/node": "^14.11.2",
"dotenv": "^8.2.0"
},
"eslintConfig": {
"extends": "eslint-config-bob"
},
"husky": {
"hooks": {
"commit-msg": "bob commit lint"
}
},
"npmpackagejsonlint": {
"extends": "npm-package-json-lint-config-bob"
}
}