@layerzerolabs/lz-sui-sdk-v2
Version:
68 lines • 2.31 kB
JSON
{
"name": "@layerzerolabs/lz-sui-sdk-v2",
"version": "3.0.158",
"license": "BUSL-1.1",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.mjs",
"require": "./dist/index.cjs"
},
"./umi": {
"types": "./dist/umi.d.ts",
"import": "./dist/umi.mjs",
"require": "./dist/umi.cjs"
},
"./package.json": "./package.json",
"./deployments/*": "./deployments/*"
},
"main": "./dist/index.cjs",
"types": "./dist/index.d.ts",
"files": [
"deployments/**/*",
"dist/**/*",
"src/**/*"
],
"scripts": {
"build": "$npm_execpath clean-prebuild && $npm_execpath generate && $npm_execpath build-ts ",
"build-ts": "$npm_execpath tsc --noEmit && $npm_execpath tsup",
"clean": "$npm_execpath clean-prebuild",
"clean-prebuild": "rimraf .turbo target dist",
"generate": "ts-node generate-addresses.ts",
"start-localnet": "RUST_LOG=\"off,sui_node=info\" sui start --with-faucet --force-regenesis",
"test": "$npm_execpath ts-node test-with-localnet.ts",
"test-e2e-sml": "$npm_execpath mocha --no-config --require ts-node/register --timeout 300000 test/e2e-sml.test.ts",
"test-e2e-uln": "$npm_execpath mocha --no-config --require ts-node/register --timeout 600000 test/e2e-uln302.test.ts",
"test-validator": "yarn mocha --no-config --require ts-node/register --timeout 10000 test/utils/validator.test.ts",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@layerzerolabs/lz-definitions": "^3.0.158",
"@mysten/sui": "^1.33.0",
"js-sha3": "0.8.0"
},
"devDependencies": {
"@layerzerolabs/lz-foundation": "^3.0.158",
"@layerzerolabs/lz-utilities": "^3.0.158",
"@layerzerolabs/lz-v2-utilities": "^3.0.158",
"@layerzerolabs/tsup-config-next": "^3.0.158",
"@layerzerolabs/typescript-config-next": "^3.0.158",
"@types/chai": "^4.3.11",
"@types/chai-as-promised": "^7.1.0",
"@types/mocha": "^10.0.6",
"@types/node": "^20.10.5",
"chai": "^4.3.10",
"chai-as-promised": "^7.1.1",
"mocha": "^10.2.0",
"rimraf": "^5.0.5",
"smol-toml": "^1.2.0",
"ts-mocha": "^10.0.0",
"ts-node": "^10.9.1",
"tsup": "^8.3.5",
"typescript": "~5.2.2",
"zx": "^8.1.3"
},
"publishConfig": {
"access": "public"
}
}