@brightunion/sdk
Version:
Brightjs is a set of javascript tools to interact with the Bright Union's risk platform aggregator's protocol on Ethereum, Binance Smart Chain and Polygon blockchains.
85 lines (84 loc) • 2.62 kB
JSON
{
"name": "@brightunion/sdk",
"version": "1.5.9",
"description": "Brightjs is a set of javascript tools to interact with the Bright Union's risk platform aggregator's protocol on Ethereum, Binance Smart Chain and Polygon blockchains.",
"main": "dist/index.js",
"types": "dist/src/service/BrightClient.d.ts",
"scripts": {
"test": "mocha -r ts-node/register src/tests/**/*.spec.ts --timeout 5000",
"lint": "eslint . --ext .ts",
"serve-prod": "webpack --env local --mode production --watch",
"serve": "webpack --env local --mode development --watch",
"build": "webpack --mode production"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Bright-Union/brightjs.git"
},
"keywords": [
"risk-platforms",
"bright",
"token",
"multichain",
"coverage",
"marketplace"
],
"author": "brightunion.io",
"license": "ISC",
"bugs": {
"url": "https://github.com/Bright-Union/brightjs/issues"
},
"homepage": "https://github.com/Bright-Union/brightjs#readme",
"devDependencies": {
"@analytics/google-tag-manager": "^0.5.2",
"@babel/core": "^7.15.8",
"@babel/preset-env": "^7.15.8",
"@types/mocha": "^9.0.0",
"@typescript-eslint/eslint-plugin": "^5.1.0",
"@typescript-eslint/parser": "^5.1.0",
"@uniswap/sdk": "^3.0.3",
"@uniswap/sdk-core": "^3.0.1",
"@uniswap/smart-order-router": "^2.5.30",
"@uniswap/v3-sdk": "^3.8.2",
"analytics": "^0.8.1",
"babel-loader": "^8.2.3",
"eslint": "^8.1.0",
"eslint-webpack-plugin": "^3.0.1",
"ethers": "^5.6.5",
"events": "^3.3.0",
"fs": "0.0.1-security",
"mocha": "^9.1.3",
"ts-loader": "^9.2.6",
"ts-node": "^10.3.0",
"typedoc": "^0.22.6",
"typescript": "^4.4.4",
"webpack": "^5.58.2",
"webpack-cli": "^4.9.1"
},
"dependencies": {
"@analytics/google-analytics": "^0.5.3",
"@ethereumjs/tx": "^3.3.2",
"@ethersproject/contracts": "^5.3.0",
"@ethersproject/providers": "^5.3.1",
"@ethersproject/solidity": "^5.3.0",
"@sentry/browser": "^6.16.1",
"@sentry/tracing": "^6.16.1",
"@solace-fi/sdk": "^0.5.52",
"@types/lodash": "^4.14.176",
"alchemy-sdk": "^2.6.1",
"axios": "^0.23.0",
"bignumber.js": "^9.0.1",
"crypto-browserify": "^3.12.0",
"events": "^3.3.0",
"ga-gtag": "^1.1.1",
"https-browserify": "^1.0.0",
"jsbi": "^3.1.4",
"lodash": "^4.17.21",
"path-browserify": "^1.0.1",
"process": "^0.11.10",
"stream-browserify": "^3.0.0",
"stream-http": "^3.2.0",
"web3": "^1.6.0",
"web3-utils": "^1.6.0"
}
}