{
    "name": "dev3-eth",
    "version": "0.0.6-beta",
    "description": "ENS-on-GitHub by NameSys",
    "main": "index.js",
    "scripts": {
        "start": "node index.js",
        "init": "node index.js init",
        "sign": "node index.js sign",
        "view": "node index.js view"
    },
    "publishConfig": {
        "access": "public"
    },
    "homepage": "https://github.com/namesys-eth/dev3-eth-cli#readme",
    "repository": {
        "type": "git",
        "url": "https://github.com/namesys-eth/dev3-eth-cli"
    },
    "bugs": {
        "url": "https://github.com/namesys-eth/dev3-eth-cli/issues"
    },
    "keywords": [
        "ens",
        "ccip",
        "dev3",
        "namesys",
        "dev3-eth"
    ],
    "files": [
        ".gitignore",
        ".nojekyll",
        "package.json",
        "init.js",
        "sign.js",
        "view.js",
        "records.example.json",
        "records.json",
        "verify.json",
        "utils"
    ],
    "bin": {
        "dev3-eth": "index.js"
    },
    "author": "@namesys-eth",
    "contributors": [
        "sshmatrix",
        "@namesys-eth",
        "0xc0de4c0ffee"
    ],
    "license": "MIT",
    "type": "module",
    "dependencies": {
        "@ensdomains/address-encoder": "^0.2.22",
        "@ensdomains/content-hash": "^2.5.7",
        "@ethersproject/bytes": "^5.7.0",
        "@noble/secp256k1": "^2.0.0",
        "axios": "^1.6.2",
        "dotenv": "^16.3.1",
        "ethers": "^6.9.0",
        "fs": "^0.0.1-security",
        "multiformats": "^12.1.3",
        "path": "^0.12.7",
        "readline": "^1.3.0"
    }
}
