21 lines
464 B
JSON
21 lines
464 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|