@crestfi/crest-bnb-sdk
Version:
1. [StreamClient](#crestfistreamclient) 1. [Installation](#installation) 2. [Environment Setup](#environment-setup) 3. [Run tests](#run-tests) 4. [Contracts](#contracts) 5. [Usage](#usage) 1. [Getting Signer Address](#getting-si
57 lines (56 loc) • 1.54 kB
JSON
{
"name": "@crestfi/crest-bnb-sdk",
"version": "1.1.0",
"description": "",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"keywords": [
"crestfi",
"stream",
"stake",
"bulk-transfer"
],
"repository": {
"type": "git",
"url": "git+https://github.com/CrestFi/bnb-crest-sdk.git"
},
"scripts": {
"build": "yarn clean && tsc",
"build-factory": "typechain --target ethers-v5 --out-dir src/contract './abis/*.json'",
"clean": "rimraf dist/",
"start": "ts-node src",
"gen:typedoc": "typedoc",
"test:single": "export SDK_ENV=test; export CHAIN_ID=97; mocha --bail --timeout=300000 --check-leaks -r ts-node/register"
},
"author": "CrestFi Team",
"license": "MIT",
"homepage": "https://github.com/CrestFi/bnb-crest-sdk#README",
"devDependencies": {
"@typechain/ethers-v5": "^10.2.0",
"@types/chai": "^4.3.5",
"@types/mocha": "^10.0.1",
"@types/node": "^18.16.3",
"chai": "^4.3.6",
"mocha": "^10.0.0",
"rimraf": "^5.0.0",
"ts-node": "^10.9.1",
"tsconfig-paths": "^4.1.0",
"typechain": "^8.1.1",
"typedoc": "^0.24.8",
"typescript": "^4.8.2"
},
"dependencies": {
"@opengsn/contracts": "3.0.0-beta.9",
"@opengsn/provider": "3.0.0-beta.9",
"@opengsn/common": "3.0.0-beta.9",
"@openzeppelin/merkle-tree": "^1.0.4",
"dotenv": "^16.0.3",
"ethers": "^5.7.0"
},
"publishConfig": {
"access": "public"
}
}