UNPKG

express-actuator-endpoints

Version:

This module is an express middleware that exposes endpoints that somewhat mimic the behavior of [Spring Boot Actuator](https://github.com/spring-projects/spring-boot/tree/master/spring-boot-project/spring-boot-actuator)

64 lines (63 loc) 1.76 kB
{ "name": "express-actuator-endpoints", "version": "0.2.1", "description": "", "main": "dist/index.js", "scripts": { "build": "rollup -c", "dev": "rollup -c -w", "start": "nodemon app.js --exec babel-node --presets env --plugins transform-object-rest-spread", "test": "jest", "debug": "nodemon app.js --inspect --exec babel-node --presets env", "git-info": "node-git-info-json" }, "husky": { "hooks": { "pre-commit": "npm test && npm run build", "pre-push": "npm test" } }, "files": [ "dist" ], "keywords": [ "express", "actuator", "node" ], "homepage": "https://github.com/jim-moody/express-actuator-endpoints", "repository": { "url": "https://github.com/jim-moody/express-actuator-endpoints" }, "author": "Jim Moody <jimsmoody@gmail.com>", "license": "ISC", "devDependencies": { "babel-cli": "^6.26.0", "babel-core": "^6.26.0", "babel-jest": "^22.2.2", "babel-plugin-external-helpers": "^6.22.0", "babel-plugin-transform-object-rest-spread": "^6.26.0", "babel-preset-env": "^1.6.1", "eslint": "^4.16.0", "eslint-config-airbnb": "^16.1.0", "eslint-config-prettier": "^2.9.0", "eslint-plugin-import": "^2.8.0", "eslint-plugin-jest": "^21.8.0", "eslint-plugin-jsx-a11y": "^6.0.3", "eslint-plugin-react": "^7.5.1", "husky": "^0.15.0-rc.8", "jest": "^22.2.2", "mock-fs": "^4.4.2", "nodemon": "^1.14.12", "rollup": "^0.50.0", "rollup-plugin-babel": "^3.0.3", "rollup-plugin-commonjs": "^8.2.6", "rollup-plugin-node-resolve": "^3.0.0", "supertest": "^3.0.0" }, "dependencies": { "app-root-path": "^2.0.1", "express": "^4.16.2", "node-git-info-json": "^0.1.1" } }