@hashgraph/asset-tokenization-sdk

v1.0.0
Testing to MASTER

lint

eslint . --ext .ts --ext .mts

test

NODE_OPTIONS=--max-old-space-size=16384 npx jest --coverage --forceExit

build

rimraf build && npx tsc -p tsconfig.json && npx tsc -p tsconfig-cjs.json

clean

rimraf coverage build

prepack

npm run build

prebuild

npm run lint

prettier

prettier --config .prettierrc --write .

test:demo

npx jest demo.test.ts

cleanCache

npx jest --clearCache

pre-commit

npm run lint && npm run prettier

test:local

npx jest --coverage --forceExit

prettierCheck

prettier --config .prettierrc --check
npm i @hashgraph/[email protected]

Metadata

Downloads