http-status-descriptions
Version:
A npm package that provides human-readable descriptions for HTTP status codes.
41 lines (40 loc) • 1.01 kB
JSON
{
"name": "http-status-descriptions",
"version": "1.0.9",
"description": "A npm package that provides human-readable descriptions for HTTP status codes.",
"main": "dist/index.js",
"scripts": {
"build": "tsc",
"test": "npm run build && node dist/test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/muhammad-usman-108/http-status-descriptions.git"
},
"keywords": [
"HTTP",
"status",
"codes",
"descriptions",
"status codes",
"HTTP status",
"HTTP codes",
"HTTP status codes",
"human-readable",
"developer tools",
"web development",
"API",
"error handling",
"API response"
],
"author": "muhammad-usman-108",
"license": "MIT",
"bugs": {
"url": "https://github.com/muhammad-usman-108/http-status-descriptions/issues"
},
"homepage": "https://github.com/muhammad-usman-108/http-status-descriptions#readme",
"devDependencies": {
"@types/node": "^20.13.0",
"typescript": "^5.4.5"
}
}