cns2addr
Version:
Chain Naming Service to Address Resolver
30 lines (29 loc) • 693 B
JSON
{
"name": "cns2addr",
"version": "0.0.1",
"description": "Chain Naming Service to Address Resolver",
"keywords": [
"CNS",
"NS",
"Blockchain"
],
"homepage": "https://github.com/nifemibosun/cns2addr#readme",
"bugs": {
"url": "https://github.com/nifemibosun/cns2addr/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nifemibosun/cns2addr.git"
},
"license": "Apache-2.0",
"author": "nifemi_bosun nifemibosun70@gamil.com",
"type": "module",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"@types/node": "^22.13.5",
"typescript": "^5.7.3"
}
}