react-native-bottom-snackbar
Version:
snackbar component for react-native (android/ios)
47 lines (46 loc) • 1.21 kB
JSON
{
"name": "react-native-bottom-snackbar",
"version": "1.3.1",
"description": "snackbar component for react-native (android/ios)",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": ["dist"],
"private": false,
"scripts": {
"prepare": "tsc",
"build": "tsc",
"prepublish": "npm run build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"react-native",
"react",
"react-native-bottom-snackbar",
"react-native-snackbar",
"bottom-snackbar",
"snackbar"
],
"repository": {
"type": "git",
"url": "https://github.com/FarMart-Tech/react-native-bottom-snackbar"
},
"author": {
"name": "sandeep mishra",
"email": "sandeepkumarmishra354@gmail.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/FarMart-Tech/react-native-bottom-snackbar/issues",
"email": "sandeepkumarmishra354@gmail.com"
},
"homepage": "https://github.com/FarMart-Tech/react-native-bottom-snackbar#readme",
"devDependencies": {
"@types/react": "^17.0.39",
"@types/react-native": "^0.66.15",
"typescript": "^4.5.5"
},
"peerDependencies": {
"react": "*",
"react-native": "*"
}
}