{
  "name": "tryfunc",
  "version": "3.1.1",
  "description": "Calling throwing or failing functions",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 0",
    "build": "rm -rf dist && tsc",
    "release": "np"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/inker/tryfunc"
  },
  "keywords": [
    "try",
    "catch",
    "function",
    "attempt",
    "repeat",
    "until"
  ],
  "author": "Anton Veselyev",
  "license": "ISC",
  "devDependencies": {
    "np": "^7.5.0",
    "typescript": "^4.3.5"
  },
  "dependencies": {
    "delay.js": "^2.0.0",
    "tslib": "^2.3.0"
  }
}
