fix: align npm publish metadata

This commit is contained in:
Peter Steinberger
2026-01-31 14:20:58 +01:00
parent aa91f6e700
commit 7d89855c55
3 changed files with 11 additions and 11 deletions

View File

@@ -6,7 +6,7 @@
"license": "MIT",
"author": "",
"bin": {
"openclaw": "./openclaw.mjs"
"openclaw": "openclaw.mjs"
},
"files": [
"dist/acp/**",
@@ -228,7 +228,7 @@
"node-llama-cpp": "3.15.1"
},
"overrides": {
"tar": "7.5.4"
"tar": "7.5.7"
},
"engines": {
"node": ">=22.12.0"
@@ -238,7 +238,7 @@
"minimumReleaseAge": 2880,
"overrides": {
"@sinclair/typebox": "0.34.47",
"tar": "7.5.4"
"tar": "7.5.7"
}
},
"vitest": {