openswap-app-sdk
Version:
SDK to interact with OpenSwap
40 lines (39 loc) • 840 B
JSON
{
"name": "openswap-app-sdk",
"version": "0.0.46",
"description": "SDK to interact with OpenSwap",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"scripts": {
"build": "tsdx build",
"start": "tsdx watch",
"test": "tsdx test",
"prepublishOnly": "tsdx build"
},
"module": "dist/openswap-app-sdk.esm.js",
"dependencies": {
"@harmony-js/crypto": "^0.1.56",
"@makerdao/multicall": "^0.12.0",
"axios": "^0.26.0",
"big.js": "^5.2.2",
"ethers": "^5.5.4",
"node-fetch": "^2.6.7",
"openswap-v2-sdk": "3.0.1",
"ts-node": "^10.4.0",
"typescript": "^4.5.2"
},
"devDependencies": {
"tsdx": "^0.14.1"
},
"keywords": [
"DAO",
"TAO",
"OpenSwap",
"OpenX"
],
"files": [
"dist"
],
"author": "Alex",
"license": "SEE LICENSE IN LICENSE.MD"
}