mirror of
https://github.com/joel-st/kunkun-nostr-goto-repo.git
synced 2025-05-24 05:35:03 +00:00
update package.json
This commit is contained in:
parent
2cf199b556
commit
40f2260d10
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
6
dist/index.js
vendored
Normal file
File diff suppressed because one or more lines are too long
15
package.json
15
package.json
@ -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"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user