-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.07 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.07 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"name": "@fastpix/react-native-video-data",
"version": "1.0.2",
"author": "FastPix, Inc",
"license": "MIT",
"description": "FastPix React Native Video Data SDK for real-time monitoring and analytics of video playback on Android and iOS.",
"main": "src/index.js",
"files": [
"src/**/*"
],
"peerDependencies": {
"react": "^18.1.0 || ^19.0.0",
"react-native": ">=0.72.0"
},
"dependencies": {
"@fastpix/video-data-core": "^1.0.7",
"@react-native-async-storage/async-storage": "^2.2.0"
},
"devDependencies": {
"prettier": "^3.3.3"
},
"scripts": {
"format": "prettier --write \"src/**/*.js\""
},
"keywords": [
"fastpix analytics",
"fastpix video data",
"FastPix",
"video analytics",
"react native video analytics",
"react native video SDK",
"react native video monitoring",
"mobile video analytics",
"real-time video monitoring",
"video playback metrics",
"streaming analytics",
"QoE metrics",
"video performance monitoring",
"iOS video analytics",
"Android video analytics"
]
}