-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.24 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.24 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
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "react-native-speech-recognization",
"title": "React Native Speech Recognization",
"version": "0.0.6",
"description": "React Native speech recognization for both ios and Android, now only support local recognization",
"main": "index.js",
"files": [
"README.md",
"android",
"index.js",
"ios",
"react-native-speech-recognization.podspec",
"lib",
"src",
"asserts"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"semantic-release": "semantic-release"
},
"repository": {
"type": "git",
"url": "https://github.com/httol/react-native-speech-recognization.git",
"baseUrl": "https://github.com/httol/react-native-speech-recognization"
},
"keywords": [
"react-native",
"speech",
"recognization",
"android",
"ios"
],
"author": {
"name": "httol",
"email": "dingjianqun@outlook.com"
},
"license": "MIT",
"licenseFilename": "LICENSE",
"readmeFilename": "README.md",
"peerDependencies": {
"react": "^16.8.1",
"react-native": ">=0.60.0-rc.0 <1.0.x"
},
"devDependencies": {
"react": "^16.9.0",
"react-native": "^0.61.5",
"semantic-release": "^17.3.0"
},
"release": {
"branches": [
"main"
]
}
}