relay-plugin-handshake/package.json

19 lines
492 B
JSON
Raw Normal View History

2022-08-28 17:07:45 +00:00
{
"name": "@lumeweb/relay-plugin-handshake",
"type": "module",
"version": "0.1.0",
"scripts": {
"build": "bash build.sh"
},
"devDependencies": {
2022-12-07 09:24:42 +00:00
"@types/node": "^18.11.10",
2022-08-28 17:07:45 +00:00
"esbuild": "^0.15.5"
},
"dependencies": {
2022-12-07 09:24:42 +00:00
"@lumeweb/relay-types": "https://git.lumeweb.com/LumeWeb/relay-types.git",
2022-08-28 17:07:45 +00:00
"hs-client": "^0.0.11",
2022-08-28 18:46:23 +00:00
"hsd": "https://github.com/LumeWeb/hsd.git#spv-namestate",
2022-08-28 17:07:45 +00:00
"random-key": "^0.3.2"
}
}