Skip to content

Commit bf8339f

Browse files
authored
Updated the package.json tags & homepage (#57)
2 parents 631567a + 6a6caa8 commit bf8339f

File tree

1 file changed

+24
-13
lines changed

1 file changed

+24
-13
lines changed

package.json

Lines changed: 24 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,11 @@
22
"name": "@cldn/ip",
33
"version": "0.0.0-dev",
44
"description": "A modern, object-oriented TypeScript library for representing and performing arithmetic on IP addresses and subnets.",
5-
"main": "dist/index.js",
5+
"homepage": "https://ip.cldn.pro",
6+
"author": "Cloudnode",
7+
"license": "LGPL-3.0",
68
"type": "module",
9+
"main": "dist/index.js",
710
"files": [
811
"dist/**.js",
912
"dist/**.d.ts"
@@ -22,23 +25,31 @@
2225
"type": "git",
2326
"url": "git+https://github.com/cloudnode-pro/ip.git"
2427
},
28+
"bugs": {
29+
"url": "https://github.com/cloudnode-pro/ip/issues"
30+
},
2531
"keywords": [
32+
"network",
2633
"ip",
27-
"cidr",
34+
"ipv4",
35+
"ipv6",
2836
"subnet",
29-
"network",
30-
"net",
31-
"ipcalc",
37+
"cidr",
3238
"netmask",
33-
"ipv4",
34-
"ipv6"
39+
"subnet-mask",
40+
"cidr-range",
41+
"cidr-ranges",
42+
"cidr-subnet",
43+
"cidr-list",
44+
"cidr-calculator",
45+
"subnet-calculator",
46+
"ipcalc",
47+
"ip-calc",
48+
"ip-calculator",
49+
"ip-address",
50+
"net",
51+
"library"
3552
],
36-
"author": "Cloudnode",
37-
"license": "LGPL-3.0",
38-
"bugs": {
39-
"url": "https://github.com/cloudnode-pro/ip/issues"
40-
},
41-
"homepage": "https://github.com/cloudnode-pro/ip#readme",
4253
"devDependencies": {
4354
"@vitest/coverage-v8": "^3.2.4",
4455
"@vitest/ui": "^3.2.4",

0 commit comments

Comments
 (0)