-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 983 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 983 Bytes
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
{
"name": "longdo-map-react-native",
"version": "3.0.7",
"description": "Longdo Map component for React Native",
"author": "TK <tanawat@mm.co.th>",
"license": "Apache-2.0",
"homepage": "https://github.com/MetamediaTechnology/longdo-map-react-native#readme",
"repository": "github:MetamediaTechnology/longdo-map-react-native",
"files": [
"*",
"!example"
],
"scripts": {
"sync": "rsync -r --include='index.js' --include='src/***' --exclude='*' . example/node_modules/longdo-map-react-native; touch example/App.js",
"merge": "git merge -X theirs --squash --allow-unrelated-histories main"
},
"devDependencies": {
"@babel/core": "^7.18.0",
"@babel/runtime": "^7.18.0",
"metro-react-native-babel-preset": "^0.71.0",
"react": "17.0.2",
"react-native": "0.68.2"
},
"peerDependencies": {
"react-native": ">=0.60",
"react-native-webview": "^11.2.3"
},
"keywords": [
"longdo",
"map",
"react-native"
]
}