@dechamp/express-auto-route
Version:
An express auto route module which allows routes and middleware to be configured via config file.
47 lines (46 loc) • 1.24 kB
JSON
{
"name": "@dechamp/express-auto-route",
"version": "1.8.3",
"description": "An express auto route module which allows routes and middleware to be configured via config file.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"test": "jest",
"lint": "tslint -c tslint.json -p tsconfig.json",
"build": "rm -rf ./dist && mkdir -p ./dist && tsc",
"dev": "tsc -w"
},
"repository": {
"type": "git",
"url": "git+ssh://git@gitlab.com/dechamp/express-auto-route.git"
},
"keywords": [
"express",
"auto",
"route"
],
"author": "DeChamp",
"license": "ISC",
"bugs": {
"url": "https://gitlab.com/dechamp/express-auto-route/issues"
},
"homepage": "https://gitlab.com/dechamp/express-auto-route#README",
"devDependencies": {
"@types/express": "^4.17.0",
"@types/jest": "^24.0.14",
"@types/joi": "^14.3.3",
"@types/node": "^12.0.2",
"@types/sprintf-js": "^1.1.2",
"jest": "^24.8.0",
"ts-jest": "^24.0.2",
"tslint": "^5.18.0",
"typescript": "^3.4.5"
},
"dependencies": {
"@hapi/joi": "^15.0.3",
"ajv": "^6.10.0",
"app-root-path": "^2.2.1",
"json-schema-deref-sync": "^0.10.0",
"sprintf-js": "^1.1.2"
}
}