UNPKG

httpproblem

Version:

Create Problem Details for HTTP APIs according to RFC 7807

31 lines (30 loc) 703 B
{ "name": "httpproblem", "version": "0.5.6", "description": "Create Problem Details for HTTP APIs according to RFC 7807", "main": "index.js", "scripts": { "lint": "./node_modules/eslint/bin/eslint.js .", "test": "./node_modules/.bin/mocha" }, "typings": "index.d.ts", "keywords": [ "problem+json", "HTTP", "REST", "Hypermedia", "Error" ], "author": "Alexander Zeitler <alexander.zeitler@pdmlab.com", "license": "MIT", "repository": { "type": "git", "url": "git@github.com:PDMLab/httpproblem.git" }, "devDependencies": { "eslint": "^6.8.0", "eslint-config-google": "^0.14.0", "mocha": "^7.1.0", "typescript": "^3.8.3" } }