react-native-default-prefer.../package.json
Marcos Rodriguez Velez 568209258f FIxes
2024-11-07 21:54:05 -04:00

27 lines
734 B
JSON

{
"name": "react-native-default-preference",
"version": "1.5.0",
"description": "Use SharedPreference (Android) and UserDefaults (iOS) with React Native over a unified interface",
"main": "index.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/kevinresol/react-native-default-preference.git"
},
"keywords": [
"react-native",
"NSUserDefaults",
"user defaults",
"SharedPreferences",
"shared preferences"
],
"author": "kevinresol",
"license": "MIT",
"peerDependencies": {
"react-native": ">=0.47.0"
},
"homepage": "https://github.com/kevinresol/react-native-default-preference#readme"
}