UNPKG

@electrum-cash/network

Version:

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

80 lines (79 loc) 2.44 kB
{ "name": "@electrum-cash/network", "version": "4.1.3", "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.ts", "exports": { "types": "./dist/index.d.ts", "default": "./dist/index.mjs" }, "files": [ "dist" ], "scripts": { "clean": "del ./dist", "build": "npm run clean && parcel build", "analyze": "parcel build --reporter @parcel/reporter-bundle-analyzer", "docs": "typedoc --hideGenerator --categorizeByGroup", "lint": "eslint . --ext ts", "syntax": "tsc --noEmit", "spellcheck": "cspell 'source/**' 'test/**' 'examples/**'", "test": "vitest --dir test/ --test-timeout=15000 --run --coverage" }, "devDependencies": { "@electrum-cash/tcp-socket": "^1.0.0", "@generalprotocols/cspell-dictionary": "git+https://gitlab.com/GeneralProtocols/cspell-dictionary.git", "@generalprotocols/eslint-config": "git+https://gitlab.com/GeneralProtocols/eslint-config.git", "@parcel/packager-ts": "^2.9.2", "@parcel/reporter-bundle-analyzer": "^2.9.2", "@parcel/transformer-typescript-types": "^2.9.2", "@types/debug": "^4.1.6", "@typescript-eslint/eslint-plugin": "^6.21.0", "@vitest/coverage-v8": "^2.1.2", "cspell": "^8.6.0", "del-cli": "^6.0.0", "eslint": "^8.57.1", "eslint-plugin-import": "^2.23.4", "parcel": "^2.9.2", "typedoc": "^0.26.8", "typedoc-plugin-coverage": "^3.1.0", "typescript": "^5.1.3", "vitest": "^2.1.2" }, "dependencies": { "@electrum-cash/debug-logs": "^1.0.0", "@electrum-cash/web-socket": "^1.0.0", "async-mutex": "^0.5.0", "debug": "^4.3.2", "eventemitter3": "^5.0.1", "lossless-json": "^4.0.1" }, "@parcel/resolver-default": { "packageExports": true } }