prompt-async
Version:
The enhanced prompt module that enables you to `await` its methods.
38 lines (37 loc) • 787 B
JSON
{
"name": "prompt-async",
"version": "0.9.9",
"description": "The enhanced prompt module that enables you to `await` its methods.",
"author": {
"name": "K.",
"email": "wlzla000@naver.com",
"url": "https://github.com/wlzla000/prompt-async"
},
"license": "MIT",
"main": "prompt-async.js",
"engines": {
"node": ">=5.12.0"
},
"repository": {
"type": "git",
"url": "https://github.com/wlzla000/prompt-async.git"
},
"bugs": {
"url": "https://github.com/wlzla000/prompt-async/issues"
},
"homepage": "https://github.com/wlzla000/prompt-async#readme",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"prompt",
"async",
"await",
"async-await",
"Promise",
"Promisify"
],
"dependencies": {
"prompt": "^1.0.0"
}
}