@hashgraph/solo
Version:
An opinionated CLI tool to deploy and manage private Hedera Networks.
20 lines (19 loc) • 564 B
JSON
{
"name": "metrics-plotter-ts",
"version": "0.1.0",
"private": true,
"scripts": {
"build": "tsc -p tsconfig.json && esbuild dist/src/plot-metrics.js --bundle --outfile=src/static/bundle.js --platform=browser --minify",
"start": "npx http-server src -c-1 -p 8123",
"screenshot": "node dist/src/screenshot.js"
},
"devDependencies": {
"esbuild": "^0.25.0",
"typescript": "^5.0.0",
"http-server": "^14.1.1",
"puppeteer": "^24.36.0",
"ts-node": "^10.9.1",
"@types/node": "^20.0.0",
"@types/puppeteer": "^5.4.7"
}
}