forked from banshiAnton/react-native-audio-recorder-player
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.1 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
{
"name": "react-native-audio-recorder-player",
"version": "2.2.8",
"description": "React Native Audio Recorder and Player.",
"main": "index.js",
"types": "index.d.ts",
"postinstall": "dooboolab-welcome postinstall",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint -c .eslintrc.js '.'"
},
"homepage": "https://github.com/ConnectyCube/react-native-audio-recorder-player",
"repository": {
"type": "git",
"url": "git+https://github.com/ConnectyCube/react-native-audio-recorder-player"
},
"keywords": [
"react-native",
"audio",
"sound",
"record",
"recorder",
"player"
],
"author": "dooboolab",
"license": "MIT",
"peerDependencies": {
"react": "*",
"react-native": ">=0.60.0"
},
"dependencies": {
"dooboolab-welcome": "^1.1.0"
},
"devDependencies": {
"babel-eslint": "^10.0.1",
"eslint": "^6.0.0",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-import": "^2.17.2",
"eslint-plugin-node": "^9.0.1",
"eslint-plugin-promise": "^4.1.1",
"eslint-plugin-standard": "^4.0.0"
}
}