UNPKG

@electrum-cash/network

Version:

@electrum-cash/network is a lightweight JavaScript library that lets you connect with one or more Electrum servers.

76 lines (75 loc) 2.39 kB
{ "name": "@electrum-cash/network", "version": "4.2.1", "description": "@electrum-cash/network is a lightweight JavaScript library that lets you connect with one or more Electrum servers.", "keywords": [ "electrum", "bitcoin", "bitcoin cash" ], "homepage": "https://gitlab.com/electrum-cash/network#readme", "bugs": { "url": "https://gitlab.com/electrum-cash/network/issues" }, "repository": { "type": "git", "url": "git+https://gitlab.com/electrum-cash/network.git" }, "author": "Jonathan Silverblood", "contributors": [ { "name": "Rosco Kalis", "email": "rosco@kalis.me", "url": "https://kalis.me/" } ], "license": "MIT", "source": "source/index.ts", "type": "module", "module": "./dist/index.mjs", "types": "./dist/index.d.mts", "exports": { "types": "./dist/index.d.mts", "default": "./dist/index.mjs" }, "files": [ "dist" ], "scripts": { "build": "tsdown --clean --sourcemap source/index.ts", "analyze": "tsdown --clean --no-fixed-extension --sourcemap source/index.ts && esbuild-analyzer dist/", "docs": "typedoc --hideGenerator --categorizeByGroup", "lint": "eslint", "syntax": "tsc --noEmit", "spellcheck": "cspell 'source/**' 'test/**' 'examples/**'", "test": "vitest --dir test/ --test-timeout=15000 --run --coverage" }, "devDependencies": { "@chalp/eslint-airbnb": "^1.3.0", "@electrum-cash/eslint-config": "gitlab:electrum-cash/eslint-config", "@electrum-cash/tcp-socket": "^1.0.0", "@generalprotocols/cspell-dictionary": "git+https://gitlab.com/GeneralProtocols/cspell-dictionary.git", "@stylistic/eslint-plugin": "^5.7.0", "@types/debug": "^4.1.6", "@typescript-eslint/eslint-plugin": "^8.53.0", "@typescript-eslint/parser": "^8.53.0", "@vitest/coverage-v8": "^3.2.4", "@viz-kit/esbuild-analyzer": "^1.0.0", "cspell": "^8.6.0", "eslint": "^9.39.2", "tsdown": "^0.20.0-beta.1", "typedoc": "^0.26.8", "typedoc-plugin-coverage": "^3.1.0", "typescript": "^5.1.3", "typescript-eslint": "^8.53.0", "vitest": "^3.2.4" }, "dependencies": { "@electrum-cash/debug-logs": "^1.0.0", "@electrum-cash/web-socket": "^1.0.3-development.12700367632", "async-mutex": "^0.5.0", "debug": "^4.3.2", "eventemitter3": "^5.0.1", "lossless-json": "^4.0.1" } }