readline-sync/package.json
Killer Boss Original 65547f1cfc 2023.03.13-1
2023-03-13 16:07:14 +01:00

32 lines
795 B
JSON

{
"name": "@thundernetworkrad/readline-sync",
"version": "2023.03.13-1",
"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",
"types": "dist/index.d.ts",
"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"
}