Skip to content

Commit 2e64a4b

Browse files
chore: preparar package.json para publicação npm
- Adicionar author com email - Adicionar homepage e bugs URLs - Corrigir formato da URL do repositório
1 parent 50214ce commit 2e64a4b

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

package.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,15 @@
2020
"llm",
2121
"opencode-plugins"
2222
],
23-
"author": "",
23+
"author": "Gustavo Dias <me@gustavodias.dev>",
2424
"license": "MIT",
2525
"repository": {
2626
"type": "git",
27-
"url": "https://github.com/gustavodiasdev/opencode-qwen-auth"
27+
"url": "git+https://github.com/gustavodiasdev/opencode-qwen-auth.git"
28+
},
29+
"homepage": "https://github.com/gustavodiasdev/opencode-qwen-auth#readme",
30+
"bugs": {
31+
"url": "https://github.com/gustavodiasdev/opencode-qwen-auth/issues"
2832
},
2933
"dependencies": {
3034
"open": "^10.1.0"

0 commit comments

Comments
 (0)