UNPKG

http-problem-details-parser

Version:

HTTP Problem Details parser for JavaScript/TypeScript clients

64 lines (63 loc) 1.76 kB
{ "name": "http-problem-details-parser", "version": "0.0.2", "description": "HTTP Problem Details parser for JavaScript/TypeScript clients", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist/**/*.js", "dist/**/*.js.map", "dist/**/*.d.ts" ], "scripts": { "build": "tsc", "lint": "eslint src/**/*.ts test/**/*.ts", "test": "ts-mocha test/**/*.ts --exit", "prepare": "husky install", "prerelease": "yarn build", "release": "standard-version" }, "repository": { "type": "git", "url": "git+https://github.com/PDMLab/http-problem-details-parser.git" }, "keywords": [ "http-problem-details", "http-problems", "rfc7807", "http", "problem", "errors" ], "author": "Alexander Zeitler <alexander.zeitler@pdmlab.com", "license": "MIT", "bugs": { "url": "https://github.com/PDMLab/http-problem-details-parser/issues" }, "homepage": "https://github.com/PDMLab/http-problem-details-parser#readme", "devDependencies": { "@commitlint/cli": "^12.1.4", "@commitlint/config-conventional": "^12.1.4", "@types/mocha": "^8.2.2", "@types/node": "10", "@types/standard-version": "^7.0.1", "@typescript-eslint/eslint-plugin": "^4.26.1", "@typescript-eslint/parser": "^4.26.1", "eslint": "^7.28.0", "eslint-config-prettier": "^8.3.0", "eslint-plugin-import": "^2.23.4", "eslint-plugin-prettier": "^3.4.0", "eslint-watch": "^7.0.0", "husky": "^6.0.0", "mocha": "^9.0.0", "nodemon": "^2.0.7", "prettier": "^2.3.1", "should": "^13.2.3", "standard-version": "^9.3.1", "ts-mocha": "^8.0.0", "typescript": "^4.3.2" }, "dependencies": { "http-problem-details": "^0.1.5" } }