react-native-bottom-alert
Version:
Minimal bottom alert for React Native.
62 lines (61 loc) • 1.5 kB
JSON
{
"name": "react-native-bottom-alert",
"version": "1.0.7",
"description": "Minimal bottom alert for React Native.",
"license": "MIT",
"main": "lib/commonjs/index.js",
"module": "lib/module/index.js",
"types": "lib/typescript/index.d.ts",
"source": "src/index.ts",
"keywords": [
"react-native",
"react-native-alert",
"react-native-bottom-alert",
"react native bottom alert",
"react-native-toast"
],
"bugs": {
"url": "https://github.com/kevin-roan/react-native-bottom-alert/issues"
},
"homepage": "https://github.com/kevin-roan/react-native-bottom-alert",
"author": "Kevin Roan (https://github.com/kevin-roan)",
"repository": {
"type": "git",
"url": "git+https://github.com/kevin-roan/react-native-bottom-alert.git"
},
"scripts": {
"lint": "eslint ./src",
"test": "echo \"No test specified\" && exit 1",
"prepare": "bob build",
"release": "release-it"
},
"peerDependencies": {
"react-native": ">=0.46.0",
"react-native-reanimated": "~3.16.1"
},
"devDependencies": {
"react": "^17.0.2",
"react-native-builder-bob": "^0.18.2",
"react-native-reanimated": "^3.16.1",
"typescript": "^4.6.2"
},
"files": [
"lib",
"android",
"ios",
"cpp",
"src",
"!android/build",
"!ios/build",
"!**/__tests__",
"!**/__fixtures__"
],
"react-native-builder-bob": {
"source": "./src",
"output": "./lib",
"targets": [
"commonjs",
"module"
]
}
}