Files
brk/modules/brk-client/package.json
2026-01-25 14:36:46 +01:00

39 lines
838 B
JSON

{
"bugs": {
"url": "https://github.com/bitcoinresearchkit/brk/issues"
},
"scripts": {
"test": "node tests/basic.js && node tests/tree.js",
"test:basic": "node tests/basic.js",
"test:tree": "node tests/tree.js"
},
"description": "BRK JavaScript client",
"engines": {
"node": ">=18"
},
"exports": {
".": "./index.js"
},
"files": [
"index.js",
"generated"
],
"homepage": "https://github.com/bitcoinresearchkit/brk/tree/main/modules/brk-client",
"keywords": [
"brk",
"bitcoin",
"blockchain",
"research"
],
"license": "MIT",
"main": "index.js",
"name": "brk-client",
"repository": {
"directory": "modules/brk-client",
"type": "git",
"url": "git+https://github.com/bitcoinresearchkit/brk.git"
},
"type": "module",
"version": "0.1.0-beta.0"
}