chore: update command

This commit is contained in:
d-kimsuon
2025-09-01 01:37:59 +09:00
parent 74cc856ff7
commit c8f81cc760

View File

@@ -1,6 +1,6 @@
{
"name": "@kimuson/claude-code-viewer",
"version": "0.0.2",
"version": "0.0.3",
"type": "module",
"license": "MIT",
"repository": {
@@ -11,8 +11,12 @@
"files": [
"dist"
],
"exports": {
".": "./dist/index.js",
"./package.json": "./package.json"
},
"bin": {
"@kimuson/claude-code-viewer": "dist/index.js"
"claude-code-viewer": "./dist/index.js"
},
"scripts": {
"dev": "run-p 'dev:*'",