-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
51 lines (51 loc) · 1.31 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
{
"name": "@uiw/react-native-amap-geolocation",
"title": "React Native Amap Geolocation",
"version": "2.0.0-alpha.3",
"description": "React Native 高德地图定位原生,支持 Android/iOS",
"main": "index.js",
"typings": "index.d.ts",
"files": [
"android/src",
"android/build.gradle",
"react-native-amap-geolocation.podspec",
"ios/RNAMapGeolocation.xcodeproj/project.pbxproj",
"ios/RNAMapGeolocation.h",
"ios/RNAMapGeolocation.m",
"ios/RNAMapGeolocation.xcworkspace/xcshareddata",
"ios/RNAMapGeolocation.xcworkspace/contents.xcworkspacedata",
"index.d.ts",
"index.js",
"README.md"
],
"scripts": {
"build": "typedoc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/uiwjs/react-native-amap-geolocation.git",
"baseUrl": "https://github.com/uiwjs/react-native-amap-geolocation"
},
"keywords": [
"react-native",
"amap",
"geolocation"
],
"author": {
"name": "Kenny Wong",
"email": "[email protected]"
},
"license": "MIT",
"licenseFilename": "LICENSE",
"readmeFilename": "README.md",
"peerDependencies": {
"react": "^16.8.1",
"react-native": ">=0.60.0-rc.0 <1.0.x"
},
"devDependencies": {
"react": "18.2.0",
"react-native": "0.71.4",
"typedoc": "0.18.0",
"typescript": "4.8.4"
}
}