forked from AgoraIO-Extensions/react-native-agora
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
77 lines (77 loc) · 1.96 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
71
72
73
74
75
76
77
{
"name": "react-native-agora",
"version": "3.1.2",
"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": {
"pu": "npm publish",
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "tslint",
"build": "tsc",
"doc": "typedoc --out docs/api ./src"
},
"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": "syanbo",
"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.3.1",
"react-native": ">=0.55.0"
},
"devDependencies": {
"@types/jest": "^23.3.13",
"@types/react": "^16.3.0",
"@types/react-native": "^0.55.0",
"@types/react-test-renderer": "^16.0.3",
"react": "16.3.1",
"react-native": "0.55.0",
"react-native-typescript-transformer": "^1.2.11",
"ts-jest": "^23.10.5",
"tslint": "^5.12.1",
"typedoc": "0.15.0",
"typedoc-plugin-no-inherit": "^1.1.9",
"typescript": "^3.2.4"
},
"jest": {
"preset": "react-native",
"moduleFileExtensions": [
"ts",
"tsx",
"js"
],
"transform": {
"^.+\\.(js)$": "<rootDir>/node_modules/babel-jest",
"\\.(ts|tsx)$": "<rootDir>/node_modules/ts-jest/preprocessor.js"
},
"testRegex": "(/__tests__/.*|\\.(test|spec))\\.(ts|tsx|js)$",
"testPathIgnorePatterns": [
"\\.snap$",
"<rootDir>/node_modules/"
],
"cacheDirectory": ".jest/cache"
},
"dependencies": {
"tslib": "^1.9.3"
}
}