-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 765 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 765 Bytes
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
{
"name": "getipify",
"version": "1.0.0",
"description": "Package to query your public ipv4 and ipv6 address",
"main": "index.js",
"type": "module",
"scripts": {
"test": "node test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vaibhavmuchandi/getipify.git"
},
"keywords": [
"ip",
"publicip",
"ipv4",
"ipv6",
"getip",
"internet-protocol"
],
"author": "0xvaibhav (https://twitter.com/0xvaibhav)",
"license": "ISC",
"bugs": {
"url": "https://github.com/vaibhavmuchandi/getipify/issues"
},
"homepage": "https://github.com/vaibhavmuchandi/getipify#readme",
"dependencies": {
"@0xvaibhav/ipfs-messenger": "^1.0.6",
"axios": "^0.27.2",
"getipify": "^1.0.0"
}
}