@firefly-exchange/library-sui
Version:
Sui library housing helper methods, classes to interact with Bluefin protocol(s) deployed on Sui
94 lines (93 loc) • 3.16 kB
JSON
{
"name": "@firefly-exchange/library-sui",
"description": "Sui library housing helper methods, classes to interact with Bluefin protocol(s) deployed on Sui ",
"version": "2.6.19",
"main": "dist/index.js",
"typings": "dist/index",
"scripts": {
"build": "tsc",
"prepare": "husky install",
"lint": "yarn eslint --fix --cache --max-warnings=-1 .",
"format-all": "yarn prettier --write .",
"format-staged": "git-format-staged -f \"prettier '{}'\" '**/*.js' '**/*.json' '**/*.ts' ",
"ci:code-formatting": "yarn prettier --check .",
"ci:code-style": "yarn eslint .",
"setup:sui": "docker-compose -f local/sui/docker-compose.yml up -d",
"teardown:sui": "docker-compose -f local/sui/docker-compose.yml down",
"test": "ts-mocha --no-timeout tests/*.test.ts"
},
"directories": {
"test": "tests"
},
"dependencies": {
"@7kprotocol/sdk-ts": "^2.4.1",
"@aws-sdk/client-kms": "^3.438.0",
"@mysten/bcs": "^1.1.0",
"@mysten/dapp-kit": "^0.14.25",
"@mysten/sui": "^1.21.1",
"@mysten/wallet-standard": "^0.13.7",
"@mysten/zklogin": "^0.7.22",
"@noble/hashes": "^1.2.0",
"@noble/secp256k1": "^1.7.1",
"add": "^2.0.6",
"asn1.js": "^5.4.1",
"avsc": "^5.7.6",
"bignumber.js": "^9.1.0",
"bs58": "^5.0.0",
"chai-as-promised": "^7.1.1",
"decimal.js": "^10.4.3",
"dotenv": "^16.0.3",
"dotenv-parse-variables": "^2.0.0",
"eth-crypto": "^2.6.0",
"ethereumjs-wallet": "^1.0.2",
"lodash": "^4.17.21",
"shio-fast-sdk": "0.0.5",
"socket.io-client": "^4.6.2",
"ts-binary-serializer": "^2.1.3",
"tweetnacl": "^1.0.3",
"yargs": "^17.6.2",
"yarn": "^1.22.19"
},
"devDependencies": {
"@types/chai": "^4.3.3",
"@types/chai-as-promised": "^7.1.5",
"@types/dotenv-parse-variables": "^2.0.1",
"@types/expect": "^24.3.0",
"@types/lodash": "^4.14.195",
"@types/mocha": "^10.0.0",
"@typescript-eslint/eslint-plugin": "^5.0.0",
"chai": "^4.3.6",
"eslint": "^8.42.0",
"eslint-config-standard-with-typescript": "^34.0.0",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-n": "^15.0.0",
"eslint-plugin-promise": "^6.0.0",
"git-format-staged": "^3.0.0",
"husky": "^8.0.0",
"mocha": "^10.1.0",
"prettier": "^2.8.8",
"pretty-quick": "^3.1.3",
"ts-mocha": "^10.0.0",
"ts-node": "^10.9.1",
"typescript": "*"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fireflyprotocol/library-sui.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/fireflyprotocol/library-sui/issues"
},
"publishConfig": {
"access": "public"
},
"files": [
"dist"
],
"resolutions": {
"valibot": "0.42.1"
},
"homepage": "https://github.com/fireflyprotocol/library-sui#readme"
}