UNPKG

ink-use-input-hints

Version:

Wrapper around ink useInput provides builder API and facilitates hint bar generation

50 lines (49 loc) 1.09 kB
{ "name": "ink-use-input-hints", "version": "0.0.5", "description": "Wrapper around ink useInput provides builder API and facilitates hint bar generation", "repository": "https://github.com/stanko-arbutina/ink-use-input-hints", "homepage": "https://github.com/stanko-arbutina/ink-use-input-hints", "scripts": { "build": "./node_modules/.bin/babel src --out-dir lib", "prepare": "npm run build" }, "main": "lib/index.js", "files": [ "lib/" ], "keywords": [ "ink", "react", "useInput", "hint", "bar", "help", "movement", "builder", "wrapper", "key", "keyboard", "facade", "input", "status" ], "author": "Stanko Arbutina", "license": "MIT", "dependencies": { "import-jsx": "^4.0.1", "lodash": "^4.17.21" }, "peerDependencies": { "ink": "^3.2.0", "react": "^17.0.2" }, "devDependencies": { "@babel/cli": "^7.16.8", "@babel/core": "^7.16.12", "@babel/preset-env": "^7.16.11", "@babel/preset-react": "^7.16.7", "ink": "^3.2.0", "react": "^17.0.2" } }