waitmerijaan
Version:
💖 A quirky async utility that makes JavaScript wait for you — with love. Perfect for delays, timeouts, and async experiments.
33 lines (32 loc) • 756 B
JSON
{
"name": "waitmerijaan",
"version": "1.0.1",
"description": "💖 A quirky async utility that makes JavaScript wait for you — with love. Perfect for delays, timeouts, and async experiments.",
"main": "index.js",
"type": "commonjs",
"scripts": {
"test": "node test.js"
},
"keywords": [
"async",
"await",
"delay",
"timeout",
"sleep",
"promise",
"wait",
"fun",
"quirky",
"meri-jaan"
],
"author": "Krishna H Pallan>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/Krishnas-world/waitmerijaan"
},
"bugs": {
"url": "https://github.com/Krishnas-world/waitmerijaan/issues"
},
"homepage": "https://github.com/Krishnas-world/waitmerijaan"
}