@heleneb1/ts-errors
Version:
Lightweight TypeScript library to create, manage and log typed, structured errors for Node.js, Express, and JavaScript apps.
50 lines (49 loc) • 1.05 kB
JSON
{
"name": "@heleneb1/ts-errors",
"version": "1.0.12",
"description": "Lightweight TypeScript library to create, manage and log typed, structured errors for Node.js, Express, and JavaScript apps.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist/**",
"!dist/src/**",
"README.md",
"LICENSE"
],
"scripts": {
"build": "tsc",
"test": "jest --verbose"
},
"keywords": [
"typescript",
"errors",
"error-handling",
"typed-errors",
"custom-errors",
"exceptions",
"nodejs",
"express",
"logging",
"developer-tools",
"utilities",
"js"
],
"author": "Heleneb1",
"license": "MIT",
"devDependencies": {
"@types/express": "^5.0.3",
"@types/jest": "^30.0.0",
"@types/node": "^24.6.0",
"jest": "^30.2.0",
"ts-jest": "^29.4.4",
"ts-node": "^10.9.2",
"typescript": "^5.9.3"
},
"repository": {
"type": "git",
"url": "https://github.com/Heleneb1/ts-errors.git"
},
"engines": {
"node": ">=18.0.0"
}
}