This commit is contained in:
tsingliu 2026-02-08 16:05:33 +08:00
parent b187a6507a
commit cd1284c72b

View file

@ -4,7 +4,7 @@
"type": "module",
"main": "dist/index.js",
"bin": {
"autoclaw": "./dist/index.js"
"autoclaw": "dist/index.js"
},
"scripts": {
"build": "tsc",