{
   "name": "ip6",
   "version": "0.2.13",
   "description": "IPv6 address helper utilities.",
   "main": "ip6.js",
   "bin": {
      "ip6": "./ip6-cli.js"
   },
   "scripts": {
      "test": "npx jasmine tests.js"
   },
   "type": "module",
   "repository": {
      "type": "git",
      "url": "git+https://github.com/elgs/ip6.git"
   },
   "keywords": [
      "ipv6",
      "cli",
      "network"
   ],
   "author": "Qian Chen",
   "license": "MIT",
   "bugs": {
      "url": "https://github.com/elgs/ip6/issues"
   },
   "homepage": "https://github.com/elgs/ip6#readme",
   "devDependencies": {
      "jasmine": "^6.1.0"
   }
}