-
Notifications
You must be signed in to change notification settings - Fork 26
/
Copy pathpackage.json
37 lines (37 loc) · 898 Bytes
/
package.json
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
{
"name": "sensorsdata-analytics-react-native",
"version": "3.0.0",
"private": false,
"description": "神策分析 RN 组件",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "chuqiangsheng@sensorsdata.cn",
"license": "Apache-2.0",
"harmony": {
"alias": "sensorsdata-analytics-react-native"
},
"peerDependencies": {
"react": "*",
"react-native": "*"
},
"devDependencies": {
"@types/react": "^18.2.47",
"react": "18.2.0",
"react-native": "0.72.5"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sensorsdata/react-native-sensors-analytics.git"
},
"homepage": "https://github.com/sensorsdata/react-native-sensors-analytics",
"keywords": [
"sensors",
"analytics",
"sensorsdata",
"神策",
"神策分析",
"神策分析 RN 插件"
]
}