@tdsoft/express-routing-wrapper
Version:
Package gives you level of abstraction/wrapping of express router(s), endpoints and middlewares, additionally defining subrouters makes tree structure possible and easily discoverable by root router.
43 lines (42 loc) • 1.08 kB
JSON
{
"name": "@tdsoft/express-routing-wrapper",
"version": "0.4.23",
"description": "Package gives you level of abstraction/wrapping of express router(s), endpoints and middlewares, additionally defining subrouters makes tree structure possible and easily discoverable by root router.",
"main": "src/index.js",
"scripts": {
"build": "",
"prepublish": ""
},
"keywords": [
"api-wrapper",
"express",
"router",
"paths",
"auto-validation",
"http-error-codes"
],
"author": "TDSoft / Dariusz Kobuszewski",
"license": "ISC",
"dependencies": {
"http-errors": "^1.7.1",
"lodash": "^4.x.x"
},
"peerDependencies": {
"express": "^4.x.x"
},
"devDependencies": {
"@babel/core": "^7.1.0",
"@babel/preset-env": "^7.1.0",
"rollup": "^0.66.2",
"rollup-config-module": "^2.0.1",
"rollup-plugin-commonjs": "^9.1.8",
"rollup-plugin-node-resolve": "^3.4.0"
},
"repository": "git@bitbucket.org:imprinted/tdsoft-express-routing-wrapper.git",
"files": [
"src"
],
"engines": {
"node": ">=8"
}
}