nostr-tribes
Version:
Client library for using nostr tribes
44 lines (43 loc) • 1.02 kB
JSON
{
"type": "module",
"name": "nostr-tribes",
"version": "0.4.0",
"description": "Client library for using nostr tribes",
"keywords": [
"nostr",
"community",
"tribe",
"social",
"hierarchy"
],
"homepage": "https://tribewiki.org/Nostr-tribes",
"author": "Lez <lez@nostr.hu>",
"repository": {
"type": "git",
"url": "git+https://github.com/lez/nostr-tribes.git"
},
"license": "MIT",
"module": "./lib/index.js",
"types": "./lib/index.d.ts",
"files": [
"lib"
],
"exports": {
".": {
"import": "./lib/index.js",
"types": "./lib/index.d.ts"
}
},
"scripts": {
"build": "rm -rf lib && esbuild index.ts --sourcemap=external --bundle --format=esm --outdir=./lib && tsc",
"dev": "echo Watching.; esbuild index.ts --sourcemap=external --bundle --format=esm --outdir=./lib --watch"
},
"dependencies": {
"nostr-tools": "^2.19.3"
},
"devDependencies": {
"esbuild": "^0.24.2",
"tsm": "2.2.1",
"typescript": "^5.7.2"
}
}