unspent
Version:
A command line utility for Unspent Phi (₿∙ϕ) contracts
48 lines (47 loc) • 1.07 kB
JSON
{
"name": "unspent",
"version": "0.2.19",
"description": "A command line utility for Unspent Phi (₿∙ϕ) contracts",
"type": "module",
"bin": "dist/run.js",
"dependencies": {
"@types/node": "^10.8.0",
"@unspent/phi": "0.2.19",
"@unspent/psi": "0.2.19",
"clipanion": "^3.2.0-rc.11",
"fake-indexeddb": "4.0.1",
"get-stream": "^5.1.0",
"typescript": "^5.7.3"
},
"scripts": {
"cli": "node src/run.ts",
"build": "npm run clean && npm run compile",
"clean": "rm -rf ./dist",
"compile": "tsc",
"test": "npx jest",
"publish:public": "yarn publish --access public"
},
"exclude": [
"exclude/"
],
"repository": {
"type": "git",
"url": "git+https://github.com/2qx/unspent.git"
},
"author": "-",
"license": "Unlicense",
"bugs": {
"url": "https://github.com/2qx/unspent/issues"
},
"homepage": "https://github.com/2qx/unspent#readme",
"keywords": [
"bitcoin",
"bitcoin cash",
"bch",
"tBCH",
"cashscript",
"testnet",
"perpetuity",
"unspent"
]
}