forked from AgoraIO-Extensions/react-native-agora
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
70 lines (70 loc) · 1.77 KB
/
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"name": "react-native-agora",
"version": "3.0.1",
"description": "React Native around the Agora RTC SDKs for Android and iOS agora",
"summary": "agora native sdk for react-native",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"build": "rm -rf lib && tsc",
"doc": "typedoc ./src",
"test": "jest",
"lint": "eslint . --ext .js,.jsx,.ts,.tsx",
"prepublish": "npm run build"
},
"repository": {
"type": "git",
"url": "https://github.com/syanbo/react-native-agora.git"
},
"keywords": [
"agora",
"react-native",
"react-native-agora",
"live",
"react",
"Agora",
"video",
"react-native-video"
],
"author": "luxuhui",
"authors": [
"https://github.com/syanbo/react-native-agora/graphs/contributors"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/syanbo/react-native-agora/issues"
},
"homepage": "https://github.com/syanbo/react-native-agora#readme",
"peerDependencies": {
"react": ">=16.8.3",
"react-native": ">=0.59.9"
},
"devDependencies": {
"@babel/core": "^7.6.2",
"@babel/runtime": "^7.6.2",
"@react-native-community/eslint-config": "^0.0.5",
"@types/jest": "^24.0.24",
"@types/react-native": "^0.60.25",
"@types/react-test-renderer": "16.9.1",
"@typescript-eslint/eslint-plugin": "^2.12.0",
"@typescript-eslint/parser": "^2.12.0",
"babel-jest": "^24.9.0",
"eslint": "^6.5.1",
"jest": "^24.9.0",
"metro-react-native-babel-preset": "^0.56.0",
"react-test-renderer": "16.9.0",
"typedoc-plugin-no-inherit": "^1.1.10",
"typescript": "^4.0.2"
},
"jest": {
"preset": "react-native",
"moduleFileExtensions": [
"ts",
"tsx",
"js",
"jsx",
"json",
"node"
]
}
}