rpc-client/package.json

23 lines
585 B
JSON

{
"name": "@lumeweb/dht-rpc-client",
"type": "module",
"version": "0.1.0",
"description": "",
"main": "dist/index.js",
"scripts": {
"build": "rimraf dist && tsc"
},
"devDependencies": {
"@lumeweb/relay-types": "https://github.com/LumeWeb/relay-types.git",
"@types/json-stable-stringify": "^1.0.34",
"@types/node": "^18.0.0",
"prettier": "^2.7.1",
"typescript": "^4.7.4"
},
"dependencies": {
"@hyperswarm/dht": "^6.0.1",
"libskynet": "^0.0.61",
"msgpackr": "^1.6.1"
}
}