-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
37 lines (37 loc) · 950 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
{
"name": "geoip2-api",
"version": "1.1.0",
"description": "This module allows obtaining the client's geolocation using their IP address, leveraging data retrieved from a fast API.",
"keywords": [
"geo api",
"geo ip",
"geo wrapper",
"geoip api",
"geoip api-wrapper",
"geoip data",
"geoip wrapper",
"geoip",
"ip"
],
"homepage": "https://github.com/sefinek/geoip2-api#readme",
"bugs": {
"url": "https://github.com/sefinek/geoip2-api/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sefinek/geoip2-api.git"
},
"license": "MIT",
"author": "Sefinek <contact@sefinek.net> (https://sefinek.net)",
"main": "index.js",
"types": "index.d.ts",
"scripts": {
"test": "jest test",
"up": "ncu -u && npm install && npm update && npm audit fix"
},
"devDependencies": {
"@eslint/js": "^9.16.0",
"globals": "^15.13.0",
"jest": "^29.7.0"
}
}