install.mjs (--install/--build-only/--uninstall/--openclaw-profile-path), tsconfig outDir dist/fabric, package.json openclaw file dep + main. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
9 lines
182 B
JSON
9 lines
182 B
JSON
{
|
|
"name": "engine.io-parser",
|
|
"type": "commonjs",
|
|
"browser": {
|
|
"./encodePacket.js": "./encodePacket.browser.js",
|
|
"./decodePacket.js": "./decodePacket.browser.js"
|
|
}
|
|
}
|