This commit is contained in:
Your Name
2025-09-09 09:32:09 -04:00
commit 37fb89c0a9
135 changed files with 36437 additions and 0 deletions

18
package.json Normal file
View File

@@ -0,0 +1,18 @@
{
"name": "nostr-login-workspace",
"workspaces": {
"packages": [
"packages/**"
]
},
"scripts": {
"build": "lerna run build",
"publish": "lerna publish --no-private"
},
"dependencies": {
"@nostr-dev-kit/ndk": "^2.4.0"
},
"devDependencies": {
"lerna": "^8.0.2"
}
}