mirror of
https://github.com/nbd-wtf/nostr-tools.git
synced 2025-12-09 00:28:51 +00:00
37 lines
790 B
JSON
37 lines
790 B
JSON
{
|
|
"name": "nostr-tools",
|
|
"version": "0.1.2",
|
|
"description": "Tools for making a Nostr client.",
|
|
"main": "index.js",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/fiatjaf/nostr.git"
|
|
},
|
|
"dependencies": {
|
|
"buffer": "^6.0.3",
|
|
"noble-secp256k1": "^1.1.1",
|
|
"pws": "^5.0.2"
|
|
},
|
|
"keywords": [
|
|
"decentralization",
|
|
"twitter",
|
|
"p2p",
|
|
"mastodon",
|
|
"ssb",
|
|
"social",
|
|
"unstoppable",
|
|
"censorship",
|
|
"censorship-resistance",
|
|
"client"
|
|
],
|
|
"devDependencies": {
|
|
"@babel/core": "^7.12.10",
|
|
"@babel/preset-env": "^7.12.11",
|
|
"@rollup/plugin-babel": "^5.2.2",
|
|
"@rollup/plugin-node-resolve": "^11.0.1",
|
|
"rollup": "^2.36.1",
|
|
"rollup-plugin-ignore": "^1.0.9",
|
|
"rollup-plugin-terser": "^7.0.2"
|
|
}
|
|
}
|