@swing.xyz/sdk

v0.61.0

build

yarn build.config && yarn build.sdk

build.config

tsx ./scripts/config.ts

build.sdk

tsup

dev

tsup --watch

lint

TIMING=1 eslint "src/**/*.ts*"

clean

rm -rf .turbo && rm -rf node_modules && rm -rf dist

test

vitest run

typedoc

typedoc --options typedoc.json
npm i @swing.xyz/sdk

Metadata

Downloads