forked from hyochan/react-native-audio-recorder-player
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.25 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
{
"name": "react-native-audio-recorder-player",
"version": "3.1.1",
"description": "React Native Audio Recorder and Player.",
"homepage": "https://github.com/dooboolab/react-native-audio-recorder-player",
"main": "index.ts",
"types": "index.d.ts",
"postinstall": "dooboolab-welcome postinstall",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc && flowgen index.d.ts -o index.js.flow",
"lint": "eslint -c .eslintrc.js 'index.ts'"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dooboolab/react-native-audio-recorder-player"
},
"keywords": [
"react-native",
"audio",
"sound",
"record",
"recorder",
"player"
],
"author": "dooboolab",
"license": "MIT",
"peerDependencies": {
"react": "*",
"react-native": "*"
},
"dependencies": {
"dooboolab-welcome": "^1.3.1"
},
"devDependencies": {
"@dooboo/eslint-config": "^0.7.2",
"@types/eslint": "^7.2.10",
"@types/react": "17.0.5",
"@types/react-native": "^0.64.5",
"babel-eslint": "^10.1.0",
"eslint": "^7.26.0",
"eslint-plugin-prettier": "^3.4.0",
"flow-bin": "^0.151.0",
"flowgen": "^1.14.1",
"prettier": "^2.3.0",
"typescript": "^4.2.4"
}
}