update package.json

This commit is contained in:
Lone 2025-03-13 10:08:53 +00:00
parent f3f1b5ec97
commit 592d7fdd3a
3 changed files with 20 additions and 2 deletions

1
.gitignore vendored
View File

@ -118,7 +118,6 @@ out
# Nuxt.js build / generate output
.nuxt
dist
# Gatsby files

6
dist/index.js vendored Normal file

File diff suppressed because one or more lines are too long

View File

@ -41,7 +41,20 @@
"typescript": "^5.0.0"
},
"files": [
"./dist",
"dist",
"src",
"package.json",
"readme.md",
".gitignore"
],
"repository": {
"type": "git",
"url": "https://github.com/joel-st/kunkun-nostr-generate-keypair"
},
"keywords": [
"nostr",
"keypair",
"generate",
"nostr-tools"
]
}