-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
34 lines (34 loc) · 1.26 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
{
"name": "@carchaze/react-native-voice-message-player",
"version": "1.0.5",
"description": "An intuitive and customizable React Native module for playing voice messages seamlessly in chat interfaces. This package offers out-of-the-box components and easy-to-use configurations to integrate voice message playback functionality in your application. Tailored for modern chat UI/UX, it supports various customization options, including theming, action buttons, and status callbacks, ensuring a fluid user experience.",
"main": "index.js",
"directories": {
"example": "examples"
},
"scripts": {},
"repository": {
"type": "git",
"url": "git+https://github.com/carchaze-org/react-native-voice-message-player.git"
},
"keywords": [
"voice",
"message",
"react-native",
"player",
"audio-player"
],
"author": "CarChaze (Hamza Hussain)",
"license": "MIT",
"dependencies": {
"@ptomasroos/react-native-multi-slider": "^2.2.2",
"react-native-sound": "^0.11.2",
"prop-types": "^15.8.1",
"react-native": "0.72.3",
"react": "18.2.0"
},
"bugs": {
"url": "https://github.com/carchaze-org/react-native-voice-message-player/issues"
},
"homepage": "https://github.com/carchaze-org/react-native-voice-message-player#readme"
}