UNPKG

rn-keypad-component-cli

Version:

CLI to add the Keypad component to your React Native project

44 lines (43 loc) 1.04 kB
{ "name": "rn-keypad-component-cli", "version": "0.1.7", "main": "index.js", "bin": { "keypad-cli": "./bin/index.js" }, "author": "Wisdom Elue", "license": "MIT", "description": "CLI to add the Keypad component to your React Native project", "keywords": [ "react-native", "react-native-keypad", "keypad-cli", "keypad-component", "keypad-component-cli", "react-native-keypad-component", "react-native-keypad-component-cli", "rn-keypad-component-cli", "component" ], "files": [ "bin", "template" ], "repository": { "type": "git", "url": "git+https://github.com/Elue-dev/rn-keypad-component-cli.git" }, "homepage": "https://github.com/Elue-dev/rn-keypad-component-cli#readme", "publishConfig": { "registry": "https://registry.npmjs.org/", "access": "public" }, "bugs": { "url": "https://github.com/Elue-dev/rn-keypad-component-cli/issues" }, "dependencies": { "chalk": "^4.1.2", "ora": "^5.4.1", "readline": "^1.3.0" } }