UNPKG

@mantris/appify

Version:
61 lines (60 loc) 1.57 kB
{ "name": "@mantris/appify", "version": "6.2.2", "description": "Very opinionated Node.js API boilerplate as module.", "license": "MIT", "main": "index.js", "homepage": "https://github.com/DevMantris/js-tooling/tree/master/packages/appify#readme", "repository": { "type": "git", "url": "git+https://github.com/DevMantris/js-tooling.git" }, "bugs": { "url": "https://github.com/DevMantris/js-tooling/issues" }, "keywords": [ "api", "appify", "boilerplate", "express" ], "contributors": [ "Rafael Willians <me@rwillians.com> (https://rwillians.com)" ], "bin": { "appify": "./bin/appify" }, "scripts": { "lint": "eslint . --format codeframe" }, "engines": { "node": ">= 8.6.0" }, "dependencies": { "@bugsnag/js": "^6.1.0", "@bugsnag/plugin-express": "^6.1.0", "@deep-trace/express-agent": "^1.3.3", "@mantris/commons": "^6.2.2", "@mantris/config": "^6.2.2", "@sentry/node": "^4.6.6", "debug": "^4.1.1", "express": "^4.16.4", "helmet": "^3.16.0", "lodash.defaultsdeep": "^4.6.0", "morgan": "^1.9.1", "pretty-error": "^2.1.1", "require-relative": "^0.8.7", "spdy": "^4.0.0", "sugar-env": "^1.5.6", "yargs": "^12.0.5" }, "devDependencies": { "eslint": "^5.16.0", "eslint-config-standard": "^12.0.0", "eslint-plugin-import": "^2.17.2", "eslint-plugin-node": "^8.0.1", "eslint-plugin-promise": "^4.1.1", "eslint-plugin-standard": "^4.0.0" }, "gitHead": "6fa56ca7a7f7e34ba403118223397f8a82c0fa6b" }