UNPKG

thenafi-fusion-sdk

Version:

⚒️ An SDK for building applications on top of Thena Fusion

47 lines (46 loc) 998 B
{ "name": "thenafi-fusion-sdk", "license": "MIT", "publishConfig": { "access": "public" }, "version": "0.0.1", "description": "⚒️ An SDK for building applications on top of Thena Fusion", "main": "dist/index.js", "typings": "dist/index.d.ts", "files": [ "dist" ], "repository": "https://github.com/thenaursa/thena-fusion-sdk.git", "keywords": [ "thena", "bsc", "opbnb" ], "module": "dist/fusion-sdk.esm.js", "scripts": { "build": "tsdx build", "start": "tsdx watch", "test": "tsdx test", "prepublishOnly": "tsdx build" }, "dependencies": { "@ethersproject/abi": "^5.0.12", "@ethersproject/solidity": "^5.0.9", "thena-sdk-core": "^0.0.1", "tiny-invariant": "^1.1.0", "tiny-warning": "^1.0.3" }, "devDependencies": { "@types/jest": "^24.0.25", "tsdx": "^0.14.1" }, "engines": { "node": ">=10" }, "prettier": { "printWidth": 120, "semi": false, "singleQuote": true } }