@ouroboros/react-native-picker
Version:
A replacement Picker for React-Native that relies on no other packages
46 lines (45 loc) • 1.11 kB
JSON
{
"name": "@ouroboros/react-native-picker",
"version": "0.3.1",
"description": "A replacement Picker for React-Native that relies on no other packages",
"main": "index.js",
"types": "index.d.ts",
"scripts": {
"build": "tslint -p tsconfig.json && tsc",
"clean": "rm lib/*",
"test": "echo \"Error: no test specified.\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ouroboroscoding/react-native-picker.git"
},
"keywords": [
"react-native",
"react",
"expo",
"picker",
"select"
],
"author": "Chris Nasr <chris@ouroboroscoding.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/ouroboroscoding/react-native-picker/issues"
},
"devDependencies": {
"@types/jest": "^29.0.3",
"@types/react": "^18.0.20",
"@types/react-native": "^0.70.2",
"@types/react-test-renderer": "^18.0.0",
"tslint": "^6.1.3",
"tslint-config-prettier": "^1.18.0",
"typescript": "^4.8.3"
},
"dependencies": {
"@ouroboros/clone": "^1.0.1",
"@ouroboros/tools": "^0.5.0"
},
"peerDependencies": {
"react": ">=16.8",
"react-native": ">=0.66"
}
}