initial commit.

This commit is contained in:
fiatjaf
2021-01-04 14:15:27 -03:00
commit b077271d46
7 changed files with 99 additions and 0 deletions

13
package.json Normal file
View File

@@ -0,0 +1,13 @@
{
"name": "nostr-tools",
"version": "0.0.1",
"dependencies": {
"assert": "^2.0.0",
"bigi": "^1.4.2",
"bip-schnorr": "^0.6.2",
"buffer": "^6.0.3",
"ecurve": "^1.0.6",
"pws": "^5.0.2",
"sha.js": "^2.4.11"
}
}