Files
pezkuwi-telemetry/package.json
T
Maciej Hirsz 3e34720f66 Node Uptime (#196)
* 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
2019-11-09 12:16:39 +01:00

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"
}
}