Commit e89489cb authored by Long Lê Đăng's avatar Long Lê Đăng

feat: Thêm cấu hình `bin` để hỗ trợ CLI và `files` để chỉ định tệp phân phối.

parent 5fa44c30
...@@ -4,6 +4,12 @@ ...@@ -4,6 +4,12 @@
"description": "", "description": "",
"main": "dist/index.js", "main": "dist/index.js",
"type": "module", "type": "module",
"bin": {
"awing-rules-claudecode-mcp": "./dist/index.js"
},
"files": [
"dist"
],
"scripts": { "scripts": {
"build": "tsc", "build": "tsc",
"prestart": "npm run build", "prestart": "npm run build",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment