react-native-appmetrica/package.json

38 lines
923 B
JSON
Raw Normal View History

2020-06-08 22:14:06 +03:00
{
2021-01-21 09:10:35 +03:00
"name": "react-native-appmetrica-next",
2021-01-21 09:18:28 +03:00
"title": "Yandex AppMetrica React Native Plugin && AppMetricaPushSDK (fireBase CloudMessage)",
2022-07-26 10:05:29 +03:00
"version": "2.2.0",
2020-06-08 22:14:06 +03:00
"description": "React Native plugin for AppMetrica analytics tool",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
2021-01-21 09:10:35 +03:00
"url": "git+https://github.com/aspidvip/react-native-appmetrica-next.git"
2020-06-08 22:14:06 +03:00
},
"keywords": [
"yandex",
"appmetrica",
"metrica",
2021-01-21 09:18:28 +03:00
"pushSDK",
"push",
"sdk",
2020-06-08 22:14:06 +03:00
"analytics",
"tracking",
"react-native",
"ecosystem:react-native",
"react-native-ios",
"react-native-android"
],
"author": {
2021-01-21 09:10:35 +03:00
"name": "YANDEX LLC && Andrey Bondarenko"
2020-06-08 22:14:06 +03:00
},
"license": "MIT",
"homepage": "https://appmetrica.yandex.com/docs",
"peerDependencies": {
2022-05-19 08:07:44 +03:00
"react-native": ">=0.68.0 <1.0.x"
2020-06-08 22:14:06 +03:00
},
2021-01-21 07:29:24 +03:00
"devDependencies": {}
2020-06-08 22:14:06 +03:00
}