UNPKG

@fireblink/k8s-api-client

Version:

[![CircleCI](https://circleci.com/gh/FireBlinkLTD/k8s-api-client.svg?style=svg)](https://circleci.com/gh/FireBlinkLTD/k8s-api-client) [![codecov](https://codecov.io/gh/FireBlinkLTD/k8s-api-client/branch/master/graph/badge.svg)](https://codecov.io/gh/FireB

94 lines (93 loc) 2.46 kB
{ "name": "@fireblink/k8s-api-client", "version": "1.2.0", "description": "", "main": "dist/index.js", "scripts": { "test": "nyc --reporter=html --reporter=text mocha", "commit": "npx git-cz", "commit:retry": "npx git-cz --retry", "lint": "tslint 'src/**/*.ts' 'test/**/*.ts' index.ts", "prettify": "prettier src/**/*.{md,ts,json} test/**/*.{md,ts,json} index.{md,ts,json} --write --config .prettierrc.yml && tslint -c tslint.json 'src/**/*.ts' 'test/**/*.ts' 'index.ts' --fix", "build": "rimraf ./dist/ && tsc", "docker:test": "rimraf coverage/ && rimraf .nyc_output/ && rimraf mochawesome-report/ && docker-compose up --build --abort-on-container-exit", "prepublishOnly": "npm run build && npm run lint" }, "author": "FireBlink LTD", "license": "MIT", "dependencies": { "@types/debug": "4.1.4", "@types/js-yaml": "3.12.1", "@types/request": "2.48.1", "debug": "4.1.1", "js-yaml": "3.13.1", "json-streaming-reader": "1.0.2", "request": "2.88.0" }, "devDependencies": { "@commitlint/cli": "8.0.0", "@commitlint/config-conventional": "8.0.0", "@types/chai": "4.1.7", "@types/node": "12.0.5", "chai": "4.2.0", "chai-as-promised": "7.1.1", "commitizen": "3.1.1", "conventional-changelog-cli": "2.0.21", "cz-conventional-changelog": "2.1.0", "husky": "2.4.0", "jsonlint": "1.6.3", "lint-staged": "8.1.7", "mocha": "6.1.4", "mocha-typescript": "1.1.17", "mochawesome": "4.0.0", "nyc": "14.1.1", "prettier": "1.17.1", "rimraf": "2.6.3", "source-map-support": "0.5.12", "ts-node": "8.2.0", "tslint": "5.17.0", "tslint-config-prettier": "1.18.0", "typescript": "3.5.1", "yaml-lint": "1.2.4" }, "keywords": [ "fireblink", "k8s", "kubernetes", "api", "client", "watch" ], "nyc": { "cache": false, "extension": [ ".ts" ], "exclude": [ "src/**/index.ts", "src/interfaces/*.ts", "**/*.d.ts", "coverage/**" ], "check-coverage": true, "per-file": true, "lines": 0, "statements": 0, "functions": 0, "branches": 0, "include": [ "src", "dist/src" ] }, "contributors": [ { "name": "Vladyslav Tkachenko", "email": "vlad@fireblink.com" } ], "repository": { "type": "git", "url": "git+https://github.com/FireBlinkLTD/k8s-api-client.git" } }