File size: 399 Bytes
9f069df
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
  "name": "moltbot",
  "version": "2026.1.27-beta.1",
  "description": "Compatibility shim that forwards to openclaw",
  "bin": {
    "moltbot": "./bin/moltbot.js"
  },
  "type": "module",
  "exports": {
    ".": "./index.js",
    "./cli-entry": "./bin/moltbot.js"
  },
  "scripts": {
    "postinstall": "node ./scripts/postinstall.js"
  },
  "dependencies": {
    "openclaw": "workspace:*"
  }
}