barterjs-sdk
Version:
Barter Network SDK
39 lines (38 loc) • 935 B
JSON
{
"name": "barterjs-sdk",
"version": "1.0.0-beta.38",
"description": "Barter Network SDK",
"author": "xyli <moorelee@barternetwork.io>",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/barternetwork/barterjs-sdk"
},
"keywords": [
"cross-chain",
"cross-chain dex",
"omnichain"
],
"license": "GPL-3.0-or-later",
"devDependencies": {
"dotenv": "^16.0.2",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
"ethers": "^5.7.0",
"jest": "^28.1.3",
"prettier": "^2.7.1",
"ts-jest": "^28.0.7"
},
"dependencies": {
"web3": "^1.8.0",
"@ethersproject/abstract-provider": "^5.7.0",
"@types/bn.js": "^5.1.1",
"bn.js": "^5.2.1",
"near-api-js": "^1.0.0",
"tiny-invariant": "^1.2.0"
}
}