-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1017 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
40
41
42
43
44
45
{
"name": "offline-country-or-place-locator",
"version": "2.1.2",
"description": "Detects country, city or a place by a geometry from a given data set",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc -p tsconfig.json",
"prepare": "npm run build",
"test": "jest"
},
"keywords": [
"offline",
"reverse",
"geocoding",
"geocode",
"locate",
"country",
"countries",
"city",
"cities",
"coordinate",
"geofencing",
"react",
"react-native",
"geofence"
],
"author": "Ali Ahamed Thowfeek",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/ali-thowfeek/offline-country-or-place-locator.git"
},
"dependencies": {
"@turf/boolean-point-in-polygon": "^6.5.0",
"@turf/helpers": "^6.5.0",
"@turf/intersect": "^6.5.0"
},
"devDependencies": {
"@types/jest": "^27.4.0",
"jest": "^27.5.1",
"ts-jest": "^27.1.3",
"typescript": "^3.9.10"
}
}