mirror of
https://github.com/dtzp555-max/ocp.git
synced 2026-07-21 21:15:09 +00:00
better-sqlite3 native addon fails on Node v25. Node.js built-in SQLite (node:sqlite) has an identical synchronous API and requires no compilation. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
21 lines
372 B
JSON
21 lines
372 B
JSON
{
|
|
"name": "openclaw-claude-proxy",
|
|
"version": "3.4.0",
|
|
"lockfileVersion": 3,
|
|
"requires": true,
|
|
"packages": {
|
|
"": {
|
|
"name": "openclaw-claude-proxy",
|
|
"version": "3.4.0",
|
|
"license": "MIT",
|
|
"bin": {
|
|
"ocp": "ocp",
|
|
"openclaw-claude-proxy": "server.mjs"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
}
|
|
}
|
|
}
|
|
}
|