mirror of
https://github.com/pezkuwichain/pezkuwi-telemetry.git
synced 2026-04-23 01:28:04 +00:00
3e34720f66
* fix: node stats updating live * fix: Propagation time for first node to hit a block * chore: Leaner feed serialization * fix: Handle old nodes with stringified network_state * feat: Add Node Uptime to the list * chore: Remove old backend from test pipeline
21 lines
475 B
JSON
21 lines
475 B
JSON
{
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"engines": {
|
|
"node": ">=9.5",
|
|
"yarn": "^1.3.2"
|
|
},
|
|
"workspaces": [
|
|
"packages/*"
|
|
],
|
|
"scripts": {
|
|
"deploy": "scripts/deploy.sh",
|
|
"build:all": "scripts/build-all.sh",
|
|
"start:frontend": "scripts/start-frontend.sh",
|
|
"build:frontend": "scripts/build-frontend.sh",
|
|
"build:common": "tsc -p packages/common",
|
|
"check:common": "tsc -p packages/common --noEmit",
|
|
"test": "scripts/test.sh"
|
|
}
|
|
}
|