Add more stuff to client

This commit is contained in:
Jon Staab
2026-05-05 09:15:31 -07:00
parent e0e9ad5834
commit 28339976b9
12 changed files with 843 additions and 19 deletions
+4 -4
View File
@@ -1,15 +1,15 @@
{
"name": "@welshman/app",
"name": "@welshman/client",
"version": "0.8.13",
"author": "hodlbod",
"license": "MIT",
"description": "A collection of svelte stores for use in building nostr client applications.",
"description": "A client god-object for building nostr applications",
"publishConfig": {
"access": "public"
},
"type": "module",
"main": "dist/app/src/index.js",
"types": "dist/app/src/index.d.ts",
"main": "dist/client/src/index.js",
"types": "dist/client/src/index.d.ts",
"files": [
"dist"
],