relay-plugin-handshake/package.json

19 lines
492 B
JSON

{
"name": "@lumeweb/relay-plugin-handshake",
"type": "module",
"version": "0.1.0",
"scripts": {
"build": "bash build.sh"
},
"devDependencies": {
"@types/node": "^18.11.10",
"esbuild": "^0.15.5"
},
"dependencies": {
"@lumeweb/relay-types": "https://git.lumeweb.com/LumeWeb/relay-types.git",
"hs-client": "^0.0.11",
"hsd": "https://github.com/LumeWeb/hsd.git#spv-namestate",
"random-key": "^0.3.2"
}
}