stratum-pool-sha256
Version:
High performance SHA-256 Stratum poolserver in Node.js - zero dependencies, pure JavaScript
61 lines (60 loc) • 1.43 kB
JSON
{
"name": "stratum-pool-sha256",
"version": "2.1.3",
"description": "High performance SHA-256 Stratum poolserver in Node.js - zero dependencies, pure JavaScript",
"keywords": [
"stratum",
"mining",
"pool",
"server",
"poolserver",
"bitcoin",
"bitcoincash",
"sha256",
"asicboost",
"bigint",
"bch",
"btc",
"zero-dependencies"
],
"homepage": "https://github.com/skaisser/stratum-pool-sha256",
"bugs": {
"url": "https://github.com/skaisser/stratum-pool-sha256/issues"
},
"license": "MIT",
"author": "Shirleyson Kaisser <skaisser@gmail.com>",
"contributors": [
"Matthew Little (original author)",
"vekexasia",
"TheSeven"
],
"main": "lib/index.js",
"files": [
"lib/",
"LICENSE",
"README.md"
],
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "https://github.com/skaisser/stratum-pool-sha256.git"
},
"scripts": {
"test": "jest",
"test:watch": "jest --watch",
"test:coverage": "jest --coverage"
},
"dependencies": {
"bs58": "^5.0.0",
"bchaddrjs": "^0.5.2",
"async": "^3.2.5"
},
"devDependencies": {
"jest": "^29.7.0"
},
"engines": {
"node": ">=18.0.0"
}
}