@rafikidota/http-exceptions
Version:
My own http exceptions library with blackjacks and hookers
49 lines (48 loc) • 1.26 kB
JSON
{
"name": "@rafikidota/http-exceptions",
"version": "1.2.0",
"description": "My own http exceptions library with blackjacks and hookers",
"publishConfig": {
"access": "public"
},
"keywords": [
"exceptions",
"error handling",
"http exceptions",
"bad request",
"unauthorized",
"forbidden",
"not found",
"internal server error"
],
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/rafikidota/http-exceptions.git"
},
"author": "rafiki <71207415+rafikidota@users.noreply.github.com>",
"license": "MIT",
"scripts": {
"build": "tsup",
"prebuild": "rimraf dist",
"lint": "eslint . --ext .ts --fix",
"format": "prettier --write \"**/*.ts\"",
"prepublishOnly": "rimraf dist && npm run lint && npm run build"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "6.19.1",
"@typescript-eslint/parser": "6.19.1",
"eslint": "8.56.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-prettier": "5.1.3",
"prettier": "3.2.4",
"rimraf": "5.0.5",
"tsup": "8.0.1",
"typescript": "5.3.3"
},
"resolutions": {
"strip-ansi": "6.0.1"
}
}