{ "name": "bare-os-protocol", "version": "0.9.1", "license": "Apache-2.0", "description": "MBR layout, swarm topic, and Protomux encodings for bare-operating-system", "type": "module", "main": "./index.js", "exports": { ".": "./index.js", "./constants.js": "./constants.js", "./messages": "./lib/messages.js", "./kernel-feature-bits.js": "./lib/kernel-feature-bits.js", "./protocol-meta.js": "./lib/protocol-meta.js", "./kernel-capability-wire.js": "./lib/kernel-capability-wire.js", "./bare-os-posix-profile.js": "./lib/bare-os-posix-profile.js", "./bare-os-pear-multisig-shape.js": "./lib/bare-os-pear-multisig-shape.js", "./chat-channel.js": "./lib/chat-channel.js", "./chat-messages.js": "./lib/chat-messages.js", "./chat-env.js": "./lib/chat-env.js", "./meshdrop-channel.js": "./lib/meshdrop-channel.js", "./meshdrop-messages.js": "./lib/meshdrop-messages.js", "./meshdrop-env.js": "./lib/meshdrop-env.js" }, "scripts": { "test": "brittle-bare test.js", "test:node": "brittle-node test.js" }, "engines": { "bare": ">=1.28.0" }, "dependencies": { "b4a": "^1.6.7", "compact-encoding": "^3.3.0", "hypercore-crypto": "^3.7.0" }, "devDependencies": { "brittle": "^3.1.0" }, "imports": { "fs": { "bare": "bare-fs", "default": "fs" }, "path": { "bare": "bare-path", "default": "path" }, "events": { "bare": "bare-events", "default": "events" } } }