This commit is contained in:
Justin (shocknet) 2024-07-21 16:50:23 -04:00
parent eb96025942
commit 2fcbdc79e7
6 changed files with 13 additions and 9 deletions

View file

@ -1,7 +1,7 @@
{
"name": "lightning.pub",
"name": "lnpub",
"version": "1.0.0",
"description": "",
"description": "A Nostr based account system and management platform for nodes on Bitcoin's Lightning Network",
"main": "index.js",
"scripts": {
"clean": "rimraf build",
@ -19,7 +19,7 @@
},
"author": "",
"type": "module",
"license": "ISC",
"license": "Affero GPLv3",
"bugs": {
"url": "https://github.com/shocknet/Lightning.Pub/issues"
},