@kode-frontend/react-native-push-notification
Version:
Push notification service for React Native apps
62 lines • 1.58 kB
JSON
{
"name": "@kode-frontend/react-native-push-notification",
"description": "Push notification service for React Native apps",
"version": "1.0.1",
"author": {
"name": "KODE",
"email": "frontend-team@kode.ru",
"url": "https://kode.ru"
},
"bugs": "https://github.com/appKODE/frontend-depend/issues",
"dependencies": {
"effector": "^22.8.7",
"effector-react": "^22.5.4",
"effector-storage": "^5.0.1",
"uuid": "^9.0.1"
},
"devDependencies": {
"@types/react": "^18.0.24",
"@types/react-native": "^0.72.6",
"@types/uuid": "^9.0.8",
"typescript": "*",
"@repo/config-typescript": "0.0.1"
},
"engines": {
"node": ">= 16.16.0"
},
"exports": {
".": "./dist/index.js"
},
"files": [
"dist",
"src"
],
"homepage": "https://github.com/appKODE/frontend-depend/tree/main/packages/react-native-push-notification#readme",
"keywords": [
"kode",
"react-native-push-notification"
],
"license": "MIT",
"main": "./src/index.ts",
"peerDependencies": {
"@notifee/react-native": "^7.8.2",
"@react-native-firebase/messaging": "^19.3.0",
"react": "^18.2.0",
"react-native": "^0.72.10"
},
"publishConfig": {
"access": "public",
"provenance": true
},
"repository": {
"type": "git",
"url": "https://github.com/appKODE/frontend-depend.git",
"directory": "packages/react-native-push-notification"
},
"types": "./dist/index.d.ts",
"scripts": {
"build": "tsup",
"clean": "rimraf ./node_modules ./.turbo",
"ts:check": "tsc --noEmit"
}
}