-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
44 lines (44 loc) · 1.24 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
{
"name": "expo-music-picker",
"version": "0.1.1",
"description": "Provides access to the system's UI for selecting audio/music from the phone's library",
"main": "build/ExpoMusicPicker.js",
"types": "build/ExpoMusicPicker.d.ts",
"scripts": {
"build": "expo-module build",
"clean": "expo-module clean",
"lint": "expo-module lint",
"test": "expo-module test --passWithNoTests",
"prepare": "expo-module prepare",
"prepublishOnly": "expo-module prepublishOnly",
"expo-module": "expo-module"
},
"keywords": [
"react-native",
"expo",
"expo-music-picker",
"music",
"picker",
"music-picker",
"ExpoMusicPicker"
],
"repository": "https://github.com/barthap/expo-music-picker",
"bugs": {
"url": "https://github.com/barthap/expo-music-picker/issues"
},
"author": "Bartłomiej Klocek <bartlomiej.klocek@swmansion.com> (https://github.com/barthap)",
"license": "MIT",
"homepage": "https://github.com/barthap/expo-music-picker#readme",
"dependencies": {
"music-metadata-browser": "^2.5.7"
},
"devDependencies": {
"expo-module-scripts": "^2.0.0",
"expo-modules-core": "^0.10.0"
},
"peerDependencies": {
"expo": "*",
"react": "*",
"react-native": "*"
}
}