Depend on pearcord-log; log select-guild and unhandled IPC via hooks.log. Co-authored-by: Cursor <[email protected]>
14 lines
415 B
JSON
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"
|
|
}
|
|
}
|