UNPKG

@mr-zwets/bchn-api-wrapper

Version:

a Typescript wrapper for interacting with the Bitcoin Cash Node (BCHN) API

40 lines (39 loc) 914 B
{ "name": "@mr-zwets/bchn-api-wrapper", "version": "1.0.2", "description": "a Typescript wrapper for interacting with the Bitcoin Cash Node (BCHN) API ", "type": "module", "main": "dist/index.js", "author": "mr-zwets", "scripts": { "build": "tsc", "test": "vitest" }, "license": "ISC", "devDependencies": { "@types/node": "^24.10.4", "msw": "^2.12.4", "typescript": "^5.9.3", "vitest": "^4.0.16" }, "directories": { "test": "test" }, "repository": { "type": "git", "url": "git+https://github.com/mr-zwets/bchn-api-wrapper.git" }, "keywords": [ "bitcoin-cash", "bitcoincash", "bchn", "bitcoind", "rpc" ], "types": "./dist/index.d.ts", "bugs": { "url": "https://github.com/mr-zwets/bchn-api-wrapper/issues" }, "homepage": "https://github.com/mr-zwets/bchn-api-wrapper#readme", "packageManager": "pnpm@10.12.1" }