atomic-swap/package.json

21 lines
464 B
JSON
Raw Permalink Normal View History

2025-01-30 14:25:13 +11:00
{
"name": "atomic-swap",
"version": "1.0.0",
"description": "Atomic Swap tools",
"main": "atomic-swap.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://git.woodburn.au/nathanwoodburn/atomic-swap.git"
},
"author": "Nathan.Woodburn/",
"license": "AGPL-3.0-only",
"dependencies": {
"hs-client": "^7.0.0",
"hsd": "^7.0.1",
"minimist": "^1.2.8"
}
}