UNPKG

@nimiq/libswap

Version:

Typed Javascript library to handle atomic swaps.

42 lines (41 loc) 947 B
{ "name": "@nimiq/libswap", "version": "1.5.1", "description": "Typed Javascript library to handle atomic swaps.", "repository": "https://github.com/nimiq/libswap-js", "author": "Nimiq Network Ltd.", "private": false, "module": "./dist/libswap.js", "exports": { ".": { "import": "./dist/libswap.js" } }, "types": "./dist/libswap.d.ts", "scripts": { "build": "tsc", "fmt": "dprint fmt", "lint": "oxlint" }, "files": [ "dist" ], "license": "Apache-2.0", "keywords": [ "Nimiq", "swap" ], "dependencies": { "@nimiq/core": "^2.0.0", "@nimiq/electrum-client": "https://github.com/nimiq/electrum-client#build", "@nimiq/oasis-api": "^1.0.1", "ethers": "^5.7.2", "promise.prototype.finally": "^3.1.3" }, "devDependencies": { "@types/promise.prototype.finally": "^2.0.4", "dprint": "^0.47.5", "oxlint": "^0.10.3", "typescript": "^5.6.3" } }