From 6a6caa8644bc4d20b6c4e83618a1587c3efcbe06 Mon Sep 17 00:00:00 2001 From: Zefir Kirilov Date: Sun, 20 Jul 2025 21:08:57 +0300 Subject: [PATCH] Updated the package.json tags & homepage --- package.json | 37 ++++++++++++++++++++++++------------- 1 file changed, 24 insertions(+), 13 deletions(-) diff --git a/package.json b/package.json index 2b5f97b..eca89d6 100644 --- a/package.json +++ b/package.json @@ -2,8 +2,11 @@ "name": "@cldn/ip", "version": "0.0.0-dev", "description": "A modern, object-oriented TypeScript library for representing and performing arithmetic on IP addresses and subnets.", - "main": "dist/index.js", + "homepage": "https://ip.cldn.pro", + "author": "Cloudnode", + "license": "LGPL-3.0", "type": "module", + "main": "dist/index.js", "files": [ "dist/**.js", "dist/**.d.ts" @@ -22,23 +25,31 @@ "type": "git", "url": "git+https://github.com/cloudnode-pro/ip.git" }, + "bugs": { + "url": "https://github.com/cloudnode-pro/ip/issues" + }, "keywords": [ + "network", "ip", - "cidr", + "ipv4", + "ipv6", "subnet", - "network", - "net", - "ipcalc", + "cidr", "netmask", - "ipv4", - "ipv6" + "subnet-mask", + "cidr-range", + "cidr-ranges", + "cidr-subnet", + "cidr-list", + "cidr-calculator", + "subnet-calculator", + "ipcalc", + "ip-calc", + "ip-calculator", + "ip-address", + "net", + "library" ], - "author": "Cloudnode", - "license": "LGPL-3.0", - "bugs": { - "url": "https://github.com/cloudnode-pro/ip/issues" - }, - "homepage": "https://github.com/cloudnode-pro/ip#readme", "devDependencies": { "@vitest/coverage-v8": "^3.2.4", "@vitest/ui": "^3.2.4",