-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.39 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.39 KB
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
{
"name": "expo-music-library",
"version": "1.3.0",
"description": "React Native Expo Native music library to retrieve song's albums, genres, artists, folders",
"main": "build/index.js",
"types": "build/index.d.ts",
"plugin": "./plugin/build/index.js",
"scripts": {
"build": "expo-module build && tsc -p plugin/tsconfig.json",
"clean": "expo-module clean",
"lint": "expo-module lint",
"test": "expo-module test",
"prepare": "expo-module prepare && tsc -p plugin/tsconfig.json",
"prepublishOnly": "expo-module prepublishOnly",
"expo-module": "expo-module",
"open:ios": "xed example/ios",
"open:android": "open -a \"Android Studio\" example/android"
},
"keywords": [
"react-native",
"expo",
"expo-music-library",
"ExpoMusicLibrary"
],
"repository": {
"type": "git",
"url": "git+https://github.com/dev-josias/expo-music-library.git"
},
"bugs": {
"url": "https://github.com/dev-josias/expo-music-library/issues"
},
"author": "Kologo Josias <kologojosias@gmail.com> (https://github.com/dev-josias)",
"license": "MIT",
"homepage": "https://github.com/dev-josias/expo-music-library#readme",
"dependencies": {},
"devDependencies": {
"@types/react": "19.2.14",
"expo-module-scripts": "^55.0.2",
"expo-modules-core": "55.0.10"
},
"peerDependencies": {
"expo": "*",
"react": "*",
"react-native": "*"
}
}