txo_parser
Version:
Parser for TXO URI Specification (v0.2)
31 lines • 657 B
JSON
{
"name": "txo_parser",
"version": "0.0.4",
"description": "Parser for TXO URI Specification (v0.2)",
"type": "module",
"main": "index.js",
"bin": {
"txo-parser": "./cli.js"
},
"scripts": {
"test": "node test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sandy-mount/txo_parser.git"
},
"keywords": [
"txo",
"uri",
"parser",
"bitcoin",
"blockchain",
"cli"
],
"author": "Melvin Carvalho",
"license": "AGPL-3.0-or-later",
"bugs": {
"url": "https://github.com/sandy-mount/txo_parser/issues"
},
"homepage": "https://github.com/sandy-mount/txo_parser#readme"
}