61 lines
1.4 KiB
JSON
61 lines
1.4 KiB
JSON
{
|
|
"name": "@push.rocks/smartstatus",
|
|
"version": "1.0.12",
|
|
"private": false,
|
|
"description": "A TypeScript library for managing HTTP status codes, providing detailed classes for each status to enhance HTTP error and response handling.",
|
|
"type": "module",
|
|
"exports": {
|
|
".": "./dist_ts/index.js"
|
|
},
|
|
"scripts": {
|
|
"test": "(tstest test/)",
|
|
"build": "tsbuild --web",
|
|
"buildDocs": "tsdoc"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://code.foss.global/push.rocks/smartstatus.git"
|
|
},
|
|
"author": "Lossless GmbH",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://code.foss.global/push.rocks/smartstatus/issues"
|
|
},
|
|
"homepage": "https://code.foss.global/push.rocks/smartstatus#readme",
|
|
"devDependencies": {
|
|
"@git.zone/tsbuild": "^2.1.25",
|
|
"@git.zone/tsrun": "^1.3.3",
|
|
"@git.zone/tstest": "^1.0.54",
|
|
"@push.rocks/tapbundle": "^5.5.3"
|
|
},
|
|
"browserslist": [
|
|
"last 1 chrome versions"
|
|
],
|
|
"files": [
|
|
"ts/**/*",
|
|
"ts_web/**/*",
|
|
"dist/**/*",
|
|
"dist_*/**/*",
|
|
"dist_ts/**/*",
|
|
"dist_ts_web/**/*",
|
|
"assets/**/*",
|
|
"cli.js",
|
|
"npmextra.json",
|
|
"readme.md"
|
|
],
|
|
"keywords": [
|
|
"TypeScript",
|
|
"HTTP",
|
|
"status codes",
|
|
"error handling",
|
|
"client errors",
|
|
"server errors",
|
|
"response management",
|
|
"error management",
|
|
"API development",
|
|
"express.js",
|
|
"web applications",
|
|
"network services",
|
|
"custom status codes"
|
|
]
|
|
} |