UNPKG

throwlhos

Version:

Thorw error objects directly from express response

59 lines (58 loc) 1.34 kB
{ "name": "throwlhos", "version": "1.1.0", "description": "Thorw error objects directly from express response", "main": "index.js", "types": "index", "scripts": { "build": "tsc", "test": "jest", "g": "yarn tsc && yarn jest", "coveralls": "jest --coverage && cat ./coverage/lcov.info | coveralls" }, "files": [ "index.d.ts", "index.js", "README.md", "LICENSE.md" ], "keywords": [ "throwlhos", "error", "throw", "error-handler", "response", "api", "json", "http", "status", "codes", "err" ], "author": "Luiz Felipe Zarco <felipezarco@hotmail.com> (https://github.com/felipezarco)", "license": "MIT", "repository": { "type": "git", "url": "git://github.com/felipezarco/throwlhos" }, "bugs": { "url": "https://github.com/felipezarco/throwlhos/issues" }, "homepage": "https://github.com/felipezarco/throwlhos#readme", "devDependencies": { "@types/express": "^4.17.11", "@types/jest": "^26.0.20", "@types/supertest": "^2.0.9", "coveralls": "^3.1.0", "express": "^4.17.1", "jest": "^26.6.3", "responser": "^2.5.2", "responserror": "^0.0.1", "supertest": "^4.0.2", "ts-jest": "^26.4.4", "typescript": "^4.1.3" }, "dependencies": { "http-status-codes": "^2.2.0" } }