thena-v3-sdk
Version:
⚒️ An SDK for building applications on top of Thena V3 Fusion
47 lines (46 loc) • 998 B
JSON
{
"name": "thena-v3-sdk",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"version": "0.0.7",
"description": "⚒️ An SDK for building applications on top of Thena V3 Fusion",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"files": [
"dist"
],
"repository": "https://github.com/ThenafiBNB/thena-fusion-sdk.git",
"keywords": [
"thena",
"bsc",
"opbnb"
],
"module": "dist/thena-v3-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
}
}