forked from qiuxiang/react-native-amap-geolocation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.1 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
{
"name": "react-native-amap-geolocation",
"description": "React Native geolocation module for Android + iOS",
"keywords": [
"react-native",
"amap",
"location",
"geolocation"
],
"version": "0.0.0",
"author": "7c00 <i@7c00.cc>",
"repository": {
"type": "git",
"url": "https://github.com/qiuxiang/react-native-amap-geolocation"
},
"license": "MIT",
"files": [
"react-native.config.js",
"react-native-amap-geolocation.podspec",
"lib/js",
"lib/ios",
"lib/android/src",
"lib/android/build.gradle"
],
"main": "src",
"scripts": {
"build-docs": "npx typedoc --out docs/api --excludeNotExported --module commonjs --mode file src",
"start": "react-native start",
"reload": "adb reverse tcp:8081 tcp:8081 && adb shell input text rr",
"android": "react-native run-android",
"release-android": "react-native run-android --variant=release",
"ios": "react-native run-ios"
},
"devDependencies": {
"@types/react-native": "^0.71.2",
"react": "^18.2.0",
"react-native": "^0.71.2"
},
"prettier": {
"printWidth": 100
}
}