rpc-client/package.json

23 lines
585 B
JSON
Raw Normal View History

2022-06-27 19:36:29 +00:00
{
"name": "@lumeweb/dht-rpc-client",
"type": "module",
"version": "0.1.0",
"description": "",
"main": "dist/index.js",
2022-07-20 06:03:33 +00:00
"scripts": {
"build": "rimraf dist && tsc"
},
2022-06-27 19:36:29 +00:00
"devDependencies": {
2022-08-29 02:14:33 +00:00
"@lumeweb/relay-types": "https://github.com/LumeWeb/relay-types.git",
2022-08-01 01:04:08 +00:00
"@types/json-stable-stringify": "^1.0.34",
2022-06-27 19:55:48 +00:00
"@types/node": "^18.0.0",
2022-07-26 01:58:22 +00:00
"prettier": "^2.7.1",
"typescript": "^4.7.4"
2022-06-27 19:36:29 +00:00
},
"dependencies": {
"@hyperswarm/dht": "^6.0.1",
2022-07-19 18:47:56 +00:00
"libskynet": "^0.0.61",
2022-06-27 19:36:29 +00:00
"msgpackr": "^1.6.1"
}
}