forked from volga-volga/react-native-yamap
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 856 Bytes
/
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": "react-native-yamap",
"version": "4.1.17",
"description": "Yandex.MapKit and Yandex.Geocoder for react-native",
"main": "build/index.js",
"types": "build/index.d.ts",
"scripts": {
"prepublishOnly": "rm -rf build && tsc",
"test": "echo \"Error: no test specified\" && exit 1"
},
"homepage": "https://github.com/volga-volga/react-native-yamap",
"keywords": [
"react-native",
"mapkit",
"yandex",
"yamap",
"polygon",
"polyline",
"marker",
"map",
"maps",
"react-native-maps",
"yandexmap",
"yandexmaps",
"geocoder"
],
"author": "Nikita Sirotkin",
"license": "",
"dependencies": {},
"devDependencies": {
"typescript": "^3.8.3",
"@types/react": "*",
"@types/react-native": "*"
},
"peerDependencies": {
"react": "*",
"react-native": "*"
}
}