strong-error-handler/package.json

53 lines
1.3 KiB
JSON

{
"name": "strong-error-handler",
"description": "Error handler for use in development and production environments.",
"license": "MIT",
"version": "4.0.0",
"engines": {
"node": "10 || 12 || 14 || 16"
},
"repository": {
"type": "git",
"url": "https://github.com/loopbackio/strong-error-handler.git"
},
"main": "dist/handler.js",
"scripts": {
"lint": "eslint .",
"test": "mocha",
"posttest": "npm run lint"
},
"dependencies": {
"accepts": "^1.3.3",
"debug": "^4.1.1",
"ejs": "^3.1.3",
"fast-safe-stringify": "^2.0.6",
"http-errors": "^1.7.2",
"http-status": "^1.1.2",
"js2xmlparser": "^4.0.0",
"strong-globalize": "^6.0.1"
},
"devDependencies": {
"@commitlint/config-conventional": "^12.1.4",
"@loopback/build": "^7.0.0",
"@loopback/eslint-config": "^11.0.0",
"@types/chai": "^4.2.21",
"@types/debug": "^4.1.6",
"@types/ejs": "^3.0.7",
"@types/express": "^4.17.13",
"@types/http-errors": "^1.8.1",
"@types/mocha": "^8.2.3",
"chai": "^4.1.2",
"eslint": "^7.0.0",
"eslint-plugin-prettier": "^3.4.0",
"express": "^4.16.3",
"mocha": "^9.0.2",
"supertest": "^6.1.4",
"tslib": "^1.14.1",
"typescript": "^4.3.5"
},
"browser": {
"strong-error-handler": false
},
"author": "IBM Corp."
}