{
  "name": "ts-retry",
  "version": "7.0.0",
  "main": "lib/cjs/index.js",
  "module": "lib/esm/index.js",
  "typings": "lib/cjs/index.d.ts",
  "repository": "https://github.com/franckLdx/ts-retry.git",
  "author": "Franck Ledoux <franck.ledoux.pro@gmail.com>",
  "license": "MIT",
  "devDependencies": {
    "@types/chai": "5.2.3",
    "@types/mocha": "10.0.10",
    "@types/node": "25.9.1",
    "@types/sinon": "21.0.1",
    "@types/sinon-chai": "4.0.0",
    "chai": "^6.2.2",
    "cross-env": "10.1.0",
    "mocha": "11.7.6",
    "nyc": "^18.0.0",
    "rimraf": "6.1.3",
    "sinon": "22.0.0",
    "sinon-chai": "4.0.1",
    "ts-mocha": "11.1.0",
    "ts-node": "10.9.2",
    "typescript": "6.0.3",
    "yarn": "1.22.22"
  },
  "files": [
    "lib/**/*.js",
    "lib/**/*.d.ts",
    "package.json",
    "README.md",
    "LICENSE"
  ],
  "scripts": {
    "prebuild": "rimraf lib",
    "watch": "tsc --watch",
    "build": "tsc && tsc -p tsconfig.esm.json",
    "test": "mocha --require ts-node/register src/**/*.test.ts",
    "test-coverage": "nyc mocha --require ts-node/register src/**/*.test.ts"
  },
  "keywords": [
    "typescript",
    "javascript",
    "retry",
    "repeat",
    "replay",
    "node",
    "nodejs",
    "error",
    "promise",
    "async",
    "await",
    "asyncawait",
    "trycatch",
    "react",
    "reactjs",
    "angular",
    "vue",
    "svelte",
    "deno"
  ]
}
