readline-sync/package.json
Killer Boss Original 6e3210a9e6
Update package.json
2023-01-26 20:57:37 +01:00

31 lines
765 B
JSON

{
"name": "@thundernetworkrad/readline-sync",
"version": "2023.01.26-2",
"title": "readlineSync",
"description": "Synchronous Readline for interactively running to have a conversation with the user via a console(TTY).",
"keywords": [
"readline",
"synchronous",
"interactive",
"prompt",
"question",
"password",
"cli",
"tty",
"command",
"repl",
"keyboard",
"wait",
"block"
],
"main": "./lib/readline-sync.js",
"engines": {
"node": ">= 0.8.0"
},
"homepage": "https://github.com/ThunderNetworkRaD/readline-sync",
"repository": {
"type": "git",
"url": "git://github.com/ThunderNetworkRaD/readline-sync.git"
},
"bugs": "https://github.com/ThunderNetworkRaD/readline-sync/issues"
}