-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
54 lines (54 loc) · 1.49 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
45
46
47
48
49
50
51
52
53
54
{
"name": "@balloman/expo-google-maps",
"version": "1.0.2",
"description": "An expo native module for google maps",
"main": "build/index.js",
"types": "build/index.d.ts",
"scripts": {
"build": "expo-module build",
"clean": "expo-module clean",
"lint": "biome check",
"test": "expo-module test",
"prepublishOnly": "expo-module prepublishOnly",
"prepare": "expo-module prepare",
"expo-module": "expo-module",
"open:ios": "open -a \"Xcode\" example/ios",
"open:android": "open -a \"Android Studio\" example/android"
},
"keywords": [
"react-native",
"expo",
"@balloman/expo-google-maps",
"ExpoGoogleMaps"
],
"repository": {
"type": "git",
"url": "git+https://github.com/balloman/expo-google-maps.git"
},
"bugs": {
"url": "https://github.com/balloman/expo-google-maps/issues"
},
"author": "Bernard Allotey <[email protected]> (https://github.com/balloman)",
"license": "MIT",
"homepage": "https://github.com/balloman/expo-google-maps#readme",
"dependencies": {},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.1",
"@types/react": "^18.2.55",
"@types/react-native": "^0.73.0",
"expo-module-scripts": "^3.4.1",
"expo-modules-core": "^1.12.26",
"typescript": "^5.6.3"
},
"peerDependencies": {
"expo": "*",
"react": "*",
"react-native": "*"
},
"volta": {
"node": "18.18.2",
"yarn": "1.22.19"
}
}