UNPKG

@toolisticon/oc-routes-prometheus-exporter

Version:

[![License](https://img.shields.io/github/license/mashape/apistatus.svg)](LICENSE) [![CI](https://github.com/toolisticon/oc-routes-prometheus-exporter/actions/workflows/build.yml/badge.svg)](https://github.com/toolisticon/oc-routes-prometheus-exporter/act

69 lines (68 loc) 2.58 kB
{ "name": "@toolisticon/oc-routes-prometheus-exporter", "version": "1.2.19", "description": "", "main": "index.js", "scripts": { "clean": "npm i", "debug": "node --inspect-brk index.js", "start": "node index.js", "watch": "nodemon node index.js", "lint": "eslint .", "pretest": "npm run lint", "test": "HOME=/tmp jasmine JASMINE_CONFIG_PATH=jasmine.json", "test:watch": "nodemon jasmine JASMINE_CONFIG_PATH=jasmine.json", "test:debug": "node --inspect-brk -i node_modules/jasmine/bin/jasmine.js spec/routes.spec.js", "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0", "changelog:add": "git add CHANGELOG.md && git commit -m 'updated CHANGELOG.md'", "update-env": "echo \"VERSION=$(node -p \"require('./package.json').version\")\" > .env", "update-env:add": "git add .env && git commit -m 'updated .env'", "release": "npm run test", "release:major": "npm run release && npm version major && npm run version-and-push", "release:minor": "npm run release && npm version minor && npm run version-and-push", "release:patch": "npm run release && npm version patch && npm run version-and-push", "version-and-push": "npm run changelog && npm run changelog:add && npm run update-env && npm run update-env:add && git push origin && git push origin --tags && git checkout master && git merge develop && git push && git checkout develop" }, "repository": { "type": "git", "url": "git+https://github.com/toolisticon/oc-routes-prometheus-exporter.git" }, "apps": [ { "merge_logs": true, "max_memory_restart": "200M", "script": "index.js" } ], "keywords": [ "openshift", "prometheus", "metrics", "pmx" ], "author": "Martin Reinhardt", "contributor": [], "license": "MIT", "bugs": { "url": "https://github.com/toolisticon/oc-routes-prometheus-exporter/issues" }, "homepage": "https://github.com/toolisticon/oc-routes-prometheus-exporter", "dependencies": { "@toolisticon/ssl-hostinfo-prometheus-exporter": "^2.1.9", "cron": "^3.0.0", "openshift-rest-client": "^9.0.0" }, "devDependencies": { "conventional-changelog-cli": "^5.0.0", "eslint": "^8.10.0", "eslint-config-semistandard": "^15.0.0", "eslint-config-standard": "^13.0.1", "eslint-plugin-import": "^2.2.0", "eslint-plugin-jasmine": "^4.1.0", "eslint-plugin-n": "^17.0.0", "eslint-plugin-promise": "^6.0.0", "eslint-plugin-react": "^7.0.0", "jasmine": "^5.0.0", "nodemon": "^3.0.0" } }