{
    "type": "module",
    "name": "@masx200/no-ip-ddns-ipv6",
    "version": "3.0.0",
    "description": "Noip.com Dynamic DNS update client built in Node.js ,support ipv6",
    "main": "index.js",
    "bin": {
        "no-ip-ddns-ipv6": "bin/cli.js"
    },
    "scripts": {
        "test": "standard",
        "format": "prettier --write *.js *.md *.json **/*.js",
        "start": "node bin/cli.js"
    },
    "keywords": [
        "no-ip",
        "client",
        "duc",
        "node",
        "dns"
    ],
    "license": "MIT",
    "dependencies": {
        "axios": "^1.1.3",
        "ms": "^2.1.3",
        "public-ip": "^6.0.1",
        "yargs": "^17.5.0"
    },
    "devDependencies": {
        "@types/yargs": "^17.0.13",
        "@types/ip": "^1.1.0",
        "@types/ms": "^0.7.31",
        "prettier": "^2.2.1"
    },
    "directories": {
        "lib": "lib"
    },
    "repository": "git+https://github.com/masx200/no-ip-ddns-ipv6.git",
    "author": "masx200 <masx200@qq.com>",
    "bugs": {
        "url": "https://github.com/masx200/no-ip-ddns-ipv6/issues"
    },
    "homepage": "https://github.com/masx200/no-ip-ddns-ipv6#readme",
    "publishConfig": {
        "access": "public",
        "registry": "https://registry.npmjs.com"
    }
}
