@lets/wait
Version:
⏲ A promising wait function
35 lines (34 loc) • 767 B
JSON
{
"name": "@lets/wait",
"version": "2.0.2",
"description": "⏲ A promising wait function",
"keywords": [
"wait",
"sleep",
"async",
"await",
"promise",
"⏲"
],
"author": "omrilotan",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/omrilotan/wait.git"
},
"homepage": "https://omrilotan.com/wait/",
"main": "dist/index.js",
"module": "index.js",
"type": "module",
"scripts": {
"prepublishOnly": "npm run build",
"build": "rollup index.js --file dist/index.js --format cjs",
"postbuild": "echo '{\"type\":\"commonjs\"}' > dist/package.json",
"test": "mocha"
},
"devDependencies": {
"chai": "^4.2.0",
"mocha": "^7.2.0",
"rollup": "^2.12.0"
}
}