{
  "name": "@iocmd/wait",
  "version": "2.1.0",
  "type": "commonjs",
  "author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)",
  "description": "promisified setTimeout",
  "homepage": "http://github.com/iocmd/wait",
  "main": "lib/wait.js",
  "repository": {
    "type": "git",
    "url": "git://github.com/iocmd/wait.git"
  },
  "keywords": [
    "timeout",
    "promise",
    "async",
    "await"
  ],
  "scripts": {
    "test": "madrun test",
    "coverage": "madrun coverage",
    "lint": "madrun lint",
    "fix:lint": "madrun fix:lint",
    "report": "madrun report",
    "watcher": "madrun watcher",
    "watch:test": "madrun watch:test",
    "watch:lint": "madrun watch:lint",
    "watch:tape": "madrun watch:tape",
    "watch:coverage:base": "madrun watch:coverage:base",
    "watch:coverage:tape": "madrun watch:coverage:tape",
    "watch:coverage": "madrun watch:coverage"
  },
  "dependencies": {},
  "license": "MIT",
  "devDependencies": {
    "coveralls": "^3.0.2",
    "eslint": "^8.12.0",
    "eslint-plugin-node": "^11.0.0",
    "eslint-plugin-putout": "^14.8.0",
    "madrun": "^9.0.2",
    "nodemon": "^2.0.2",
    "nyc": "^15.0.0",
    "putout": "^25.14.0",
    "supertape": "^7.2.1"
  },
  "engines": {
    "node": ">=16"
  },
  "publishConfig": {
    "access": "public"
  }
}
