-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.14 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.14 KB
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": "@bigdatacloudapi/react-reverse-geocode-client",
"version": "1.1.2",
"description": "React hook for free reverse geocoding — get city, country, and locality from GPS coordinates with automatic IP geolocation fallback. No API key needed.",
"main": "dist/index.js",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"type": "module",
"scripts": {
"build": "tsc",
"prepublishOnly": "npm run build"
},
"keywords": [
"react",
"react-hook",
"geolocation",
"reverse-geocoding",
"geocoding",
"location",
"gps",
"city",
"country",
"ip-geolocation",
"bigdatacloud",
"free",
"no-api-key",
"vibe-coding"
],
"author": "BigDataCloud Pty Ltd",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/bigdatacloudapi/react-reverse-geocode-client"
},
"homepage": "https://www.bigdatacloud.com",
"peerDependencies": {
"react": ">=16.8.0"
},
"devDependencies": {
"@types/react": "^19.0.0",
"react": "^19.0.0",
"typescript": "^5.7.0"
},
"files": [
"dist",
"README.md"
],
"engines": {
"node": ">=16"
}
}