update package.json

This commit is contained in:
Lone 2025-03-13 10:13:58 +00:00
parent 2cf199b556
commit 40f2260d10
3 changed files with 19 additions and 3 deletions

1
.gitignore vendored
View File

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

6
dist/index.js vendored Normal file

File diff suppressed because one or more lines are too long

View File

@ -1,6 +1,6 @@
{ {
"$schema": "https://schema.kunkun.sh", "$schema": "https://schema.kunkun.sh",
"name": "nostr-goto-repo", "name": "kunkun-ext-nostr-goto-repo",
"version": "0.0.10", "version": "0.0.10",
"license": "CC0-1.0", "license": "CC0-1.0",
"type": "module", "type": "module",
@ -47,7 +47,18 @@
"typescript": "^5.0.0" "typescript": "^5.0.0"
}, },
"files": [ "files": [
"./dist", "dist",
"src",
"package.json",
"readme.md",
".gitignore" ".gitignore"
],
"repository": {
"type": "git",
"url": "https://github.com/joel-st/kunkun-nostr-goto-repo"
},
"keywords": [
"nostr",
"NIP"
] ]
} }