2022-06-27 19:36:29 +00:00
|
|
|
{
|
2022-12-04 07:40:58 +00:00
|
|
|
"name": "@lumeweb/rpc-client",
|
2022-06-27 19:36:29 +00:00
|
|
|
"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": {
|
2023-02-19 18:03:38 +00:00
|
|
|
"@lumeweb/relay-types": "git+https://git.lumeweb.com/LumeWeb/relay-types.git",
|
2022-12-04 07:40:36 +00:00
|
|
|
"@types/b4a": "^1.6.0",
|
|
|
|
"@types/express": "^4.17.14",
|
2022-06-27 19:55:48 +00:00
|
|
|
"@types/node": "^18.0.0",
|
2022-12-04 07:40:36 +00:00
|
|
|
"node-cache": "^5.1.2",
|
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",
|
2023-02-19 18:03:38 +00:00
|
|
|
"@lumeweb/rpc": "git+https://git.lumeweb.com/LumeWeb/rpc.git",
|
2022-12-04 07:40:36 +00:00
|
|
|
"b4a": "^1.6.1",
|
2023-03-18 16:11:23 +00:00
|
|
|
"hypercore-crypto": "^3.3.1",
|
|
|
|
"hyperswarm": "^4.3.7",
|
2022-12-04 07:40:36 +00:00
|
|
|
"json-stringify-deterministic": "^1.0.7",
|
2022-07-19 18:47:56 +00:00
|
|
|
"libskynet": "^0.0.61",
|
2023-03-18 16:11:23 +00:00
|
|
|
"msgpackr": "^1.6.1",
|
|
|
|
"sodium-universal": "^4.0.0"
|
2022-06-27 19:36:29 +00:00
|
|
|
}
|
|
|
|
}
|