chore: update config

This commit is contained in:
d-kimsuon
2025-09-01 01:44:59 +09:00
parent c8f81cc760
commit d4f3277693

View File

@@ -1,6 +1,6 @@
{
"name": "@kimuson/claude-code-viewer",
"version": "0.0.3",
"version": "0.0.4",
"type": "module",
"license": "MIT",
"repository": {
@@ -16,7 +16,7 @@
"./package.json": "./package.json"
},
"bin": {
"claude-code-viewer": "./dist/index.js"
"@kimuson/claude-code-viewer": "./dist/index.js"
},
"scripts": {
"dev": "run-p 'dev:*'",