@rust-nostr/nostr-sdk
Version:
Nostr protocol implementation, Relay, RelayPool, high-level client library, NWC client and more.
52 lines (51 loc) • 1.18 kB
JSON
{
"name": "@rust-nostr/nostr-sdk",
"version": "0.43.0",
"description": "Nostr protocol implementation, Relay, RelayPool, high-level client library, NWC client and more.",
"keywords": [
"nostr",
"sdk",
"client",
"decentralization",
"censorship-resistance",
"social"
],
"license": "MIT",
"homepage": "https://github.com/rust-nostr/nostr-sdk-js",
"repository": {
"type": "git",
"url": "git+https://github.com/rust-nostr/nostr-sdk-js.git"
},
"bugs": {
"url": "https://github.com/rust-nostr/nostr-sdk-js/issues"
},
"author": {
"name": "Yuki Kishimoto",
"email": "yukikishimoto@protonmail.com",
"url": "https://github.com/yukibtc"
},
"funding": [
{
"type": "individual",
"url": "https://rust-nostr.org/donate"
}
],
"main": "pkg/nostr_sdk_js.js",
"types": "pkg/nostr_sdk_js.d.ts",
"files": [
"pkg/nostr_sdk_js_bg.wasm.js",
"pkg/nostr_sdk_js_bg.wasm.d.ts",
"pkg/nostr_sdk_js.js",
"pkg/nostr_sdk_js.d.ts"
],
"dependencies": {
"pako": "^2.1.0",
"ws": "^8.15.1"
},
"devDependencies": {
"wasm-pack": "^0.10.2"
},
"engines": {
"node": ">= 10"
}
}