UNPKG

bitcoincore-node

Version:

A comprehensive Node.js package for interacting with Bitcoin Core via RPC. Create, sign, and broadcast Bitcoin transactions, manage wallets, and access blockchain data through an easy-to-use API interface. Perfect for developers building cryptocurrency ap

14 lines (13 loc) 316 B
{ "compilerOptions": { "outDir": "dist", "module": "commonjs", "target": "es6", "strict": true, "declaration": true, "declarationDir": "./dist/types", "esModuleInterop": true }, "include": ["src/**/*.ts"], "exclude": ["node_modules", "dist"] }