readline-sync/package.json
Killer Boss Original 1eba1d245b Update
2023-01-10 19:26:41 +01:00

35 lines
834 B
JSON

{
"name": "@thundernetworkrad/readline-sync",
"version": "2023.01.10",
"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",
"files": [
"lib/*.@(js|ps1|sh)",
"README-Deprecated.md"
],
"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"
}