-
Notifications
You must be signed in to change notification settings - Fork 215
/
package.json
47 lines (47 loc) · 1.2 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
{
"name": "react-native-audio-recorder-player",
"version": "3.6.12",
"description": "React Native Audio Recorder and Player.",
"homepage": "https://github.com/hyochan/react-native-audio-recorder-player",
"main": "index.ts",
"types": "index.d.ts",
"postinstall": "hyochan-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/hyochan/react-native-audio-recorder-player"
},
"keywords": [
"react-native",
"audio",
"sound",
"record",
"recorder",
"player"
],
"author": "hyochan",
"license": "MIT",
"peerDependencies": {
"react": "*",
"react-native": "*"
},
"dependencies": {
"hyochan-welcome": "^1.0.0"
},
"devDependencies": {
"eslint": "^8.57.0",
"eslint-config-expo": "^7.1.2",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"flow-bin": "^0.196.3",
"flowgen": "^1.21.0",
"jest": "^29.3.1",
"prettier": "^3.3.0",
"react-native": "^0.74.2",
"typescript": "^4.9.4"
}
}