UNPKG

simple-js-input

Version:

A simple JavaScript package to get terminal input, mimicking Python's input() function.

29 lines (28 loc) 628 B
{ "name": "simple-js-input", "version": "1.0.1", "description": "A simple JavaScript package to get terminal input, mimicking Python's input() function.", "main": "index.js", "scripts": { "test": "echo \"No tests specified yet, but you can add them!\" && exit 0" }, "keywords": [ "input", "terminal", "console", "readline", "python-like", "user-input" ], "author": "Harsh dev@hiharsh.com", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/harshascode/simple-js-input.git" }, "files": [ "index.js", "LICENSE", "README.md" ] }