using nostr-tools with a facade.

This commit is contained in:
fiatjaf
2022-03-05 13:21:21 -03:00
parent 892b2122b8
commit 3a97f7928b
6 changed files with 40 additions and 6 deletions

View File

@@ -3,7 +3,11 @@
"start": "./build.js && sbt ~fastLinkJS"
},
"dependencies": {
"@esbuild-plugins/node-globals-polyfill": "^0.1.1",
"esbuild": "^0.14.23",
"esbuild-plugin-alias": "^0.2.1",
"events": "^3.3.0",
"nostr-tools": "^0.22.2",
"react": "^17.0.2",
"react-dom": "^17.0.2"
}