satsterminal-sdk
Version:
A TypeScript SDK for interacting with the SatsTerminal ecosystem.
47 lines (46 loc) • 1.09 kB
JSON
{
"name": "satsterminal-sdk",
"version": "1.6.16",
"description": "A TypeScript SDK for interacting with the SatsTerminal ecosystem.",
"main": "dist/index.js",
"scripts": {
"build": "tsc",
"test": "jest",
"dev": "tsc -w"
},
"repository": {
"type": "git",
"url": "https://github.com/Networth-is/satsterminal-sdk"
},
"engines": {
"node": ">=14.0.0"
},
"keywords": [
"sats",
"bitcoin",
"psbt",
"typescript",
"sdk"
],
"files": [
"dist",
"LICENSE",
"README.md"
],
"author": "Sats Terminal",
"license": "MIT",
"homepage": "https://www.satsterminal.com/",
"dependencies": {
"bitcoinjs-lib": "^6.1.0",
"node-fetch": "^2.6.7"
},
"devDependencies": {
"@types/jest": "^27.4.1",
"@types/node": "^18.11.9",
"@types/node-fetch": "^2.6.2",
"jest": "^27.4.7",
"readline-sync": "^1.4.10",
"terser": "^5.36.0",
"typescript": "^4.5.5"
}
}