mirror of
https://github.com/vee1e/krply.git
synced 2026-09-01 17:57:03 +00:00
- grpc query server for events, snapshots, diffs, and replay plans - server metrics, request audit logging, and identity endpoint - krply-server and krply cli entrypoints - dependency-light dark web ui backed by the query api
11 lines
250 B
JSON
11 lines
250 B
JSON
{
|
|
"name": "krply-web",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"description": "Dependency-light static UI for krply-server",
|
|
"scripts": {
|
|
"build": "node build.mjs",
|
|
"start": "node build.mjs && npx serve dist"
|
|
}
|
|
}
|