-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
38 lines (38 loc) · 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
{
"name": "@sasmeee/ip-locator",
"version": "1.1.8",
"description": "IP-Locator is a versatile package that allows you to easily retrieve valuable information based on IP Addresses. With IP-Locator, you can effortlessly access user location details, country-specific data, and even obtain real-time weather updates, all in a single package.",
"main": "index.js",
"scripts": {
"test": "node test"
},
"bin": {
"getip": "dist/cli.js"
},
"preferGlobal": true,
"repository": {
"type": "git",
"url": "git+https://github.com/sasmeee/ip-locator.git"
},
"keywords": [
"IP address",
"location",
"geodata",
"country",
"weather",
"coordinates",
"latitude",
"longitude"
],
"author": "Sasmitha Ashinsana",
"license": "MIT",
"bugs": {
"url": "https://github.com/sasmeee/ip-locator/issues"
},
"homepage": "https://github.com/sasmeee/ip-locator#readme",
"dependencies": {
"axios": "^1.4.0",
"cheerio": "^1.0.0-rc.12",
"yargs": "17.3.1"
}
}