forked from homeeondemand/react-native-mapbox-navigation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.12 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
{
"name": "@homee/react-native-mapbox-navigation",
"title": "React Native Mapbox Navigation",
"version": "2.0.0",
"description": "Smart Mapbox turn-by-turn routing based on real-time traffic for React Native.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"source": "src/index",
"scripts": {
"prepublishOnly": "tsc",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/homeeondemand/react-native-mapbox-navigation.git",
"baseUrl": "https://github.com/homeeondemand/react-native-mapbox-navigation.git"
},
"keywords": [
"react-native",
"mapbox",
"navigation"
],
"license": "MIT",
"licenseFilename": "LICENSE",
"readmeFilename": "README.md",
"bugs": {
"url": "https://github.com/homeeondemand/react-native-mapbox-navigation/issues"
},
"homepage": "https://github.com/homeeondemand/react-native-mapbox-navigation#readme",
"peerDependencies": {
"react": "*",
"react-native": "*"
},
"devDependencies": {
"react": "17.0.2",
"react-native": "0.66.4",
"typescript": "4.3.5"
}
}