UNPKG

react-native-wheely-picker

Version:

An all JavaScript, highly customizable wheel picker for react-native.

48 lines (47 loc) 1.29 kB
{ "name": "react-native-wheely-picker", "version": "0.1.1", "description": "An all JavaScript, highly customizable wheel picker for react-native.", "main": "lib/index.js", "types": "lib/index.d.ts", "repository": { "type": "git", "url": "git+https://github.com/DenysKozak1/react-native-wheely-picker.git" }, "author": "erksch (Erik Ziegler)", "license": "MIT", "keywords": [ "react", "react-native", "wheel-picker", "wheel", "picker", "wheely" ], "files": [ "lib/**/*" ], "scripts": { "build": "tsc --skipLibCheck", "lint": "eslint ./src --ext .js,.ts,.tsx", "prepare": "yarn build" }, "devDependencies": { "@types/react": "^17.0.40", "@types/react-native": "^0.67.3", "@typescript-eslint/eslint-plugin": "^5.15.0", "@typescript-eslint/parser": "^5.15.0", "eslint": "^8.11.0", "eslint-plugin-react": "^7.29.4", "eslint-plugin-react-hooks": "^4.3.0", "eslint-plugin-react-native": "^4.0.0", "prettier": "^2.6.0", "react": "^17.0.2", "react-native": "^0.67.3", "typescript": "^4.6.2" }, "bugs": { "url": "https://github.com/DenysKozak1/react-native-wheely-picker/issues" }, "homepage": "https://github.com/DenysKozak1/react-native-wheely-picker#readme" }