@mr-zwets/bchn-api-wrapper
Version:
a Typescript wrapper for interacting with the Bitcoin Cash Node (BCHN) API
41 lines (40 loc) • 923 B
JSON
{
"name": "@mr-zwets/bchn-api-wrapper",
"version": "1.0.1",
"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": "^22.7.7",
"cross-env": "^7.0.3",
"msw": "^2.5.1",
"tsc": "^2.0.4",
"typescript": "^5.6.3",
"vitest": "^2.1.3"
},
"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"
}