openskynet / packages /openclaw /package.json
Darochin's picture
Mirror OpenSkyNet workspace snapshot from Git HEAD
fc93158 verified
{
"name": "openclaw",
"version": "2026.3.28",
"private": true,
"description": "Internal compatibility shim that maps legacy openclaw imports to openskynet build outputs",
"type": "module",
"exports": {
".": "./index.js",
"./cli-entry": "./cli-entry.js",
"./plugin-sdk": "./plugin-sdk/index.js",
"./plugin-sdk/*": "./plugin-sdk/*.js"
}
}