-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
40 lines (40 loc) · 1.02 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
{
"name": "react-native-audio-player-hooks",
"version": "0.0.6",
"description": "Audio player hooks & Utility Classes to play audio files, using libraries react-native-video, rxjs, with playlist handling, player controls.",
"scripts": {
"build": "tsc"
},
"files": [
"dist"
],
"repository": {
"type": "git",
"url": "git+https://github.com/fateh999/react-native-audio-player-hooks.git"
},
"main": "dist/index.js",
"types": "dist/index.d.ts",
"keywords": [
"AudioPlayer",
"Mp3Player",
"Playlist",
"React",
"Native"
],
"author": "Fateh Farooqui",
"license": "MIT",
"peerDependencies": {
"react-native": "*",
"react": "*",
"typescript": "*",
"react-native-video": "*",
"rxjs": "*",
"@types/react-native": "*",
"@types/react": "*",
"@types/react-native-video": "*"
},
"bugs": {
"url": "https://github.com/fateh999/react-native-audio-player-hooks/issues"
},
"homepage": "https://github.com/fateh999/react-native-audio-player-hooks#readme"
}