@sharwa.finance/hegic-stop-orders-sdk
Version:
HegicStopOrdersSDK is a specialized SDK package designed to facilitate interaction with HegicStopOrders contracts. It enables the automatic execution of options based on time and price triggers.
40 lines (39 loc) • 1.13 kB
JSON
{
"name": "@sharwa.finance/hegic-stop-orders-sdk",
"version": "1.0.1",
"description": "HegicStopOrdersSDK is a specialized SDK package designed to facilitate interaction with HegicStopOrders contracts. It enables the automatic execution of options based on time and price triggers.",
"main": "./dist/take_profit_sharwaFinance.js",
"module": "./dist/take_profit_sharwaFinance.mjs",
"types": "./dist/take_profit_sharwaFinance.d.ts",
"keywords": [
"hegic",
"sharwa",
"sharwa-finance",
"ethereum",
"defi",
"options",
"trading",
"sdk",
"trading-sdk",
"crypto-options"
],
"author": "0nika0",
"license": "GPL-3.0-or-later",
"devDependencies": {
"@types/node": "^20.8.4",
"ethers": "^6.8.0",
"tsup": "^8.0.1",
"typescript": "^5.2.2"
},
"scripts": {
"build": "tsup"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SharwaFinance/HegicStopOrdersSDK.git"
},
"bugs": {
"url": "https://github.com/SharwaFinance/HegicStopOrdersSDK/issues"
},
"homepage": "https://github.com/SharwaFinance/HegicStopOrdersSDK#readme"
}