react-native-app-notification
Version:
In-app custom notifications for React-Native
41 lines (40 loc) • 897 B
JSON
{
"name": "react-native-app-notification",
"version": "1.7.2",
"description": "In-app custom notifications for React-Native",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"deploy": "npm run build && npm publish"
},
"files": [
"dist"
],
"homepage": "https://github.com/Saschamz/react-native-app-notification",
"repository": {
"type": "git",
"url": "git@github.com:Saschamz/react-native-app-notification.git"
},
"keywords": [
"notification",
"react-native",
"toast",
"in-app",
"message"
],
"author": "Sascha Ringström",
"license": "ISC",
"dependencies": {
"styled-components": "*"
},
"devDependencies": {
"@types/react": "^18.0.26",
"@types/react-native": "^0.71.0",
"typescript": "^3.5.3"
},
"peerDependencies": {
"react": "*",
"react-native": "*"
}
}