UNPKG

@apigeeks/fbl-k8s-plugin

Version:

fbl wrapper plugin for helm and kubectl cli utilities

102 lines (101 loc) 2.77 kB
{ "name": "@apigeeks/fbl-k8s-plugin", "version": "1.0.1", "description": "fbl wrapper plugin for helm and kubectl cli utilities", "main": "dist/index.js", "scripts": { "commit": "npx git-cz", "rimraf": "rimraf", "depcheck": "yarn-check", "start": "node dist/src/cli.js", "test": "nyc --reporter=html --reporter=text mocha", "docker:test": "rimraf ./coverage && docker-compose up --build --abort-on-container-exit", "build": "rimraf ./dist/ && tsc", "lint": "tslint -c tslint.json 'src/**/*.ts' 'test/**/*.ts' 'index.ts' && prettier src/**/*.{md,ts,json} test/**/*.{md,ts,json} index.{md,ts,json} --config .prettierrc.yml --list-different", "lint:fix": "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", "prepublishOnly": "npm run build && npm run lint" }, "author": "API Geeks LLC", "license": "MIT", "dependencies": { "joi": "14.0.4", "js-yaml": "3.12.0", "lodash": "4.17.11", "minimatch": "3.0.4", "typedi": "0.8.0" }, "peerDependencies": { "fbl": ">=1.3.1 <2.0.0" }, "devDependencies": { "@commitlint/cli": "7.2.1", "@commitlint/config-conventional": "7.1.2", "@types/chai": "4.1.7", "@types/chai-as-promised": "7.1.0", "@types/joi": "14.0.1", "@types/js-yaml": "3.11.2", "@types/lodash": "4.14.119", "@types/minimatch": "3.0.3", "@types/node": "10.12.15", "chai": "4.2.0", "chai-as-promised": "7.1.1", "commitizen": "3.0.5", "conventional-changelog-cli": "2.0.11", "cz-conventional-changelog": "2.1.0", "fbl": "1.3.1", "husky": "1.2.0", "jsonlint": "1.6.3", "lint-staged": "8.1.0", "mocha": "5.2.0", "mocha-typescript": "1.1.17", "mochawesome": "3.1.1", "nyc": "13.1.0", "prettier": "1.15.3", "rimraf": "2.6.2", "ts-node": "7.0.1", "tslint": "5.11.0", "tslint-config-prettier": "1.17.0", "typescript": "3.1.6", "yarn-check": "0.0.3" }, "nyc": { "include": [ "src/**/*.{js,ts}" ], "exclude": [ "**/node_modules/**", "**/I[A-Z]*.ts" ], "extension": [ ".js", ".ts" ], "require": [ "ts-node/register" ], "check-coverage": true, "per-file": true, "lines": 100, "statements": 100, "functions": 100, "branches": 100 }, "keywords": [ "fbl", "kubectl", "helm", "k8s", "a6s", "kubernetes" ], "contributors": [ { "name": "Vladyslav Tkachenko", "email": "vlad@fireblink.com" } ], "repository": { "type": "git", "url": "git+https://github.com/apigeeks-com/a6s-fbl-k8s-plugin.git" } }