@faktoryfun/styx-sdk
Version:
Bitcoin deposit SDK for Stacks applications, enabling trustless Bitcoin-to-sBTC deposits
40 lines (39 loc) • 803 B
JSON
{
"name": "@faktoryfun/styx-sdk",
"version": "1.3.7",
"description": "Bitcoin deposit SDK for Stacks applications, enabling trustless Bitcoin-to-sBTC deposits",
"main": "patch/sdk-patch.js",
"types": "dist/index.d.ts",
"files": [
"dist/**/*",
"patch/**/*",
"README.md",
"LICENSE"
],
"scripts": {
"build": "tsc && mkdir -p patch",
"prepare": "npm run build",
"test": "echo \"No tests yet\""
},
"keywords": [
"bitcoin",
"stacks",
"sbtc",
"crypto",
"blockchain",
"deposit",
"sdk"
],
"author": "FaktoryFun",
"license": "MIT",
"devDependencies": {
"typescript": "^5.1.6"
},
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "https://github.com/faktoryfun/styx-sdk"
}
}