p2tr
Version:
Utilities for working with P2TR outputs
32 lines (31 loc) • 643 B
JSON
{
"author": {
"name": "Alex Bosworth",
"url": "https://twitter.com/alexbosworth"
},
"bugs": {
"url": "https://github.com/alexbosworth/p2tr/issues"
},
"dependencies": {
"tiny-secp256k1": "2.2.3"
},
"description": "Utilities for working with P2TR outputs",
"engines": {
"node": ">=16"
},
"keywords": [
"bitcoin",
"taproot"
],
"license": "MIT",
"main": "index.js",
"name": "p2tr",
"repository": {
"type": "git",
"url": "https://github.com/alexbosworth/p2tr.git"
},
"scripts": {
"test": "npx nyc@15.1.0 node --experimental-test-coverage --test"
},
"version": "2.0.0"
}