UNPKG

chkplot

Version:
30 lines 570 B
{ "name": "chkplot", "version": "0.0.3", "author": "ChiaMineJP <admin@chiamine.jp>", "description": "chia plot log analyzer", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/Chia-Mine/chkplot.git" }, "bugs": "https://github.com/Chia-Mine/chkplot/issues", "main": "./index.js", "bin": { "chkplot": "./bin/cli.js" }, "keywords": [ "chia", "plot", "log", "plot", "typescript", "crypto" ], "engines": { "node": ">=12.13.0" }, "dependencies": { "blessed": "^0.1.81" } }