@routerprotocol/router-name-service-sdk
Version:
Router Name Service SDK
41 lines (40 loc) • 875 B
JSON
{
"name": "@routerprotocol/router-name-service-sdk",
"description": "Router Name Service SDK",
"version": "0.1.17",
"license": "WTFPL",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/router-protocol/router-name-service.git"
},
"author": {
"name": "Raveena Bhasin",
"email": "raveena@routerprotocol.com"
},
"dependencies": {
"@cosmjs/crypto": "^0.29.5",
"@cosmjs/stargate": "^0.29.5",
"@routerprotocol/router-chain-sdk-ts": "^0.8.69-beta-0.8",
"axios": "1.3.6",
"dotenv": "^16.0.3",
"pako": "^2.1.0",
"ts-node": "^10.9.1",
"typescript": "^5.0.4"
},
"files": [
"src/",
"dist/"
],
"keywords": [
"blockchain",
"router-chain",
"name-service",
"rns",
"cosmwasm"
]
}