{
  "name": "jsm-exceptions",
  "version": "2.1.17",
  "description": "A comprehensive TypeScript exception library with HTTP status code support, detailed JSDoc documentation, and backward compatibility. Provides structured error handling for web applications and APIs.",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist/**/*"
  ],
  "scripts": {
    "build": "tsc",
    "prepare": "npm run build",
    "pretest": "npm run build",
    "test": "echo \"Error: no test specified\" && exit 1",
    "up": "npm version patch && npm publish"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/reevosolutions/jsm-exceptions.git"
  },
  "keywords": [
    "exceptions",
    "errors",
    "http",
    "status-codes",
    "typescript",
    "javascript",
    "api",
    "web",
    "validation",
    "error-handling",
    "jsm"
  ],
  "author": "Salmi Ahmed <reevo.solutions@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/reevosolutions/jsm-exceptions/issues"
  },
  "homepage": "https://github.com/reevosolutions/jsm-exceptions#readme",
  "dependencies": {
    "ansi-code": "^1.0.2",
    "colors": "^1.4.0",
    "http-status-codes": "^2.3.0",
    "joi": "^17.13.3",
    "moment": "^2.30.1"
  },
  "devDependencies": {
    "@types/jest": "^30.0.0",
    "@types/node": "^22.10.5",
    "jest": "^30.0.2",
    "ts-jest": "^29.4.0",
    "typescript": "^5.x"
  },
  "publishConfig": {
    "access": "public"
  }
}
