-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
75 lines (75 loc) · 1.72 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
{
"name": "react-native-baidu-asr",
"title": "React Native Baidu Asr",
"version": "1.4.0",
"description": "提供百度语音 React Native 接口",
"react-native": "src/index.ts",
"main": "src/index.ts",
"types": "lib/typescript/index.d.ts",
"files": [
"README.md",
"android",
"/src",
"/lib",
"ios",
"react-native-baidu-asr.podspec"
],
"scripts": {
"prepare": "bob build",
"ci:publish": "yarn semantic-release",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gdoudeng/react-native-baidu-asr.git",
"baseUrl": "https://github.com/gdoudeng/react-native-baidu-asr"
},
"keywords": [
"react-native",
"react-native-baidu-asr",
"react",
"native",
"baidu",
"asr",
"speech",
"wake up"
],
"author": {
"name": "DengWeibin",
"email": "[email protected]"
},
"contributors": [
{
"name": "DengWeibin",
"email": "[email protected]"
}
],
"homepage": "https://github.com/gdoudeng/react-native-baidu-asr",
"license": "MIT",
"licenseFilename": "LICENSE",
"readmeFilename": "README.md",
"peerDependencies": {
"react": ">=16.8.1",
"react-native": ">=0.60.0-rc.0 <1.0.x"
},
"devDependencies": {
"@semantic-release/changelog": "^5.0.1",
"@semantic-release/git": "^9.0.0",
"@types/react": "16.9.54",
"@types/react-native": "0.63.30",
"react-native-builder-bob": "^0.18.1",
"semantic-release": "^17.4.2",
"typescript": "^4.1.5"
},
"react-native-builder-bob": {
"source": "src",
"output": "lib",
"targets": [
"typescript"
]
},
"eslintIgnore": [
"node_modules/",
"lib/"
]
}