UNPKG

express-api-problem

Version:

A minimal package to assist in returning RESTful exceptions in your APIs

45 lines (44 loc) 1.1 kB
{ "name": "express-api-problem", "version": "2.0.5", "description": "A minimal package to assist in returning RESTful exceptions in your APIs", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "prepublish": "npm run build", "build": "tsc", "test": "NODE_ENV=test jest --coverage", "prettier": "prettier --write \"**/*.{ts,json}\"" }, "repository": { "url": "http://github.com/kamranahmedse/express-api-problem", "type": "git" }, "keywords": [ "exceptions", "exception", "errors", "error", "whoops", "laravel faulty", "api problem", "exception handler" ], "author": "Kamran Ahmed <kamranahmed.se@gmail.com>", "license": "MIT", "dependencies": { "@types/mongodb": "^3.5.2", "http-status-codes": "^1.4.0" }, "devDependencies": { "@types/express": "^4.17.3", "@types/jest": "^25.1.4", "@types/mongoose": "^5.7.6", "@types/node": "^13.9.1", "codecov": "^3.6.5", "jest": "^25.1.0", "prettier": "^1.19.1", "ts-jest": "^25.2.1", "typescript": "^3.8.3" } }