Files
pearcord-ui-flow/package.json
T
Raven ScottandCursor 9990f85624 feat(log): ui-flow guild select and IPC warn logging
Depend on pearcord-log; log select-guild and unhandled IPC via hooks.log.

Co-authored-by: Cursor <[email protected]>
2026-05-23 04:02:54 -04:00

14 lines
415 B
JSON

{
"name": "pearcord-ui-flow",
"version": "0.1.0",
"main": "index.js",
"type": "commonjs",
"description": "Pearcord desktop UI IPC dispatch + automated flow scenarios for Bare smokes",
"dependencies": {
"b4a": "^1.6.7",
"pearcord-platform": "git+https://git.ssh.surf/pearcord/pearcord-platform.git#main",
"pearcord-log": "file:../pearcord-log",
"pearcord-qr": "file:../pearcord-qr"
}
}