{
  "name": "trywrap",
  "version": "1.2.1",
  "main": "index.js",
  "scripts": {
    "test": "mocha"
  },
  "keywords": [
    "error-handling",
    "async",
    "promise",
    "try-catch",
    "fallback",
    "error",
    "utility",
    "nodejs",
    "javascript"
  ],
  "author": "Rajesh Renato",
  "license": "MIT",
  "description": "A utility module to handle async function errors gracefully.",
  "repository": {
    "type": "git",
    "url": "https://github.com/rajeshrenato/trywrap.git"
  },
  "devDependencies": {
    "mocha": "^9.0.0"
  }
}
