UNPKG

ip-navigator

Version:

A tool for IP address manipulation and calculation

41 lines (40 loc) 872 B
{ "name": "ip-navigator", "version": "1.0.14", "description": "A tool for IP address manipulation and calculation", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist", "README.md" ], "publishConfig": { "access": "public" }, "scripts": { "build": "tsc", "prepublishOnly": "npm run build", "dev": "tsx --watch src/index.ts", "test": "jest --watch" }, "keywords": [ "ip", "navigator", "ip-navigator", "ip-address", "ip-address-navigator", "networking", "networking-tools" ], "author": "Marc Tyson CLEBERT <marctysonclebert9@gmail.com>", "license": "MIT", "devDependencies": { "@types/jest": "^29.5.13", "@types/node": "^22.7.5", "jest": "^29.7.0", "ts-jest": "^29.2.5", "ts-node": "^10.9.2", "tsx": "^4.19.1", "typescript": "^5.6.2" } }