UNPKG

react-native-screen-keyboard

Version:

On-screen keyboard with customisable keys and tactile / UI feedback 📱

50 lines (49 loc) • 1.36 kB
{ "name": "react-native-screen-keyboard", "version": "1.4.0", "description": "On-screen keyboard with customisable keys and tactile / UI feedback 📱", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\"", "prepublishOnly": "pinst --disable", "postpublish": "pinst --enable", "pre-commit": "lint-staged", "_postinstall": "husky install" }, "repository": { "type": "git", "url": "git+https://github.com/lukebrandonfarrell/react-native-screen-keyboard.git" }, "author": "Luke Brandon Farrell", "license": "MIT", "bugs": { "url": "https://github.com/lukebrandonfarrell/react-native-screen-keyboard/issues" }, "homepage": "https://github.com/lukebrandonfarrell/react-native-screen-keyboard#readme", "dependencies": { "deprecated-react-native-prop-types": "^2.2.0", "react-native-material-ripple": "^0.9.1" }, "keywords": [ "on-screen", "on-screen-keyboard", "screen", "keyboard", "feedback", "react-native", "native", "javascript", "pins", "pin-code", "react-native-pins" ], "devDependencies": { "@commitlint/cli": "^12.1.4", "@commitlint/config-conventional": "^12.1.4", "husky": "^6.0.0", "lint-staged": "^11.0.0", "pinst": "^2.1.6", "prettier": "^2.3.0", "semantic-release": "^17.4.3" } }