-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.06 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
{
"name": "react-native-google-static-map-next",
"version": "1.0.1",
"description": "Google Static Map in a React Native Image",
"main": "lib/index.js",
"types": "./lib/index.d.ts",
"scripts": {
"build": "rm -rf ./lib/* && tsc"
},
"keywords": [
"react-native",
"react",
"native",
"react-native-static-map",
"google-static-map",
"android",
"ios"
],
"author": "Wanderson Alves",
"license": "MIT",
"devDependencies": {
"@types/react": "^17.0.36",
"@types/react-native": "^0.66.5",
"react": "^17.0.2",
"react-native": "^0.66.3",
"typescript": "^4.5.2"
},
"peerDependencies": {
"react": "> 15.0.0",
"react-native": "> 0.50.0"
},
"directories": {
"lib": "lib"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wandersonalwes/react-native-google-static-map-next.git"
},
"bugs": {
"url": "https://github.com/wandersonalwes/react-native-google-static-map-next/issues"
},
"homepage": "https://github.com/wandersonalwes/react-native-google-static-map-next#readme"
}