{
  "name": "@shkumbinhsn/try-catch",
  "version": "0.0.2",
  "description": "A utility package for handling try-catch blocks in TypeScript.",
  "main": "./lib/try-catch.js",
  "module": "./lib/try-catch.js",
  "types": "./lib/try-catch.d.ts",
  "exports": {
    ".": {
      "types": "./lib/try-catch.d.ts",
      "import": "./lib/try-catch.js",
      "require": "./lib/try-catch.js"
    }
  },
  "files": [
    "lib"
  ],
  "engines": {
    "node": ">=16"
  },
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "test": "echo \"No test specified\" && exit 0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/shkumbinhasani/ts-try-catch"
  },
  "keywords": [
    "typescript",
    "try-catch",
    "error-handling",
    "type-safe",
    "utility",
    "exception-handling",
    "functional-programming",
    "result-type"
  ],
  "author": "Shkumbin Hasani",
  "license": "MIT",
  "devDependencies": {
    "typescript": "^5.0.0"
  }
}
