@coinbase/coinbase-sdk

v0.9.1
Coinbase Platform SDK

lint

eslint -c .eslintrc.json src/coinbase/**.ts

lint-fix

eslint -c .eslintrc.json src/coinbase/*.ts --fix

format

prettier -c .prettierrc --write "**/*.{ts,js,cjs,json,md}"

format-check

prettier -c .prettierrc --check "**/*.{ts,js,cjs,json,md}"

check

tsc --noEmit

test

npx jest --no-cache --testMatch=**/*_test.ts

test:dry-run

npm install && npm ci && npm publish --dry-run

test:e2e

npx jest --no-cache --testMatch=**/e2e.ts --coverageThreshold '{}'

test:types

tsd --files src/tests/types.test-d.ts

clean

rm -rf dist/*

build

tsc

prepack

tsc

docs

typedoc --entryPoints ./src --entryPointStrategy expand --exclude ./src/tests/**/*.ts
npm i @coinbase/coinbase-sdk

Metadata

  • ISC
  • Whatever
  • Coinbase Inc.
  • released 10/19/2024

Downloads