{
  "name": "repeat-promise-until-resolved",
  "version": "1.1.1",
  "description": "",
  "types": "index.d.ts",
  "main": "index.js",
  "homepage": "https://github.com/ibrod83/repeat-promise-until-resolved",
  "bugs": {
    "url": "https://github.com/ibrod83/repeat-promise-until-resolved/issues"
  },
  "scripts": {
    "test": "mocha index.test.js"
  },
  "author": "ibrod83",
  "license": "ISC",
  "keywords": [
    "promise",
    "javascript",
    "async",
    "repeat",
    "nodejs"
  ],
  "devDependencies": {
    "axios": "^1.4.0",
    "axios-mock-adapter": "^1.21.5",
    "expect": "^29.5.0",
    "mocha": "^10.2.0",
    "rimraf": "^5.0.1"
  }
}
