@cardano-sdk/cip30

v0.5.0
TypeScript definitions for the dApp Connector standard CIP30

build:esm

tsc -p src/tsconfig.json --outDir ./dist/esm --module es2020

build:cjs

tsc --build src

build

run-s build:cjs build:esm module-fixup

module-fixup

shx cp ../../build/cjs-package.json ./dist/cjs/package.json && cp ../../build/esm-package.json ./dist/esm/package.json

tscNoEmit

shx echo typescript --noEmit command not implemented yet

cleanup:dist

shx rm -rf dist

cleanup:nm

shx rm -rf node_modules

cleanup

run-s cleanup:dist cleanup:nm

lint

eslint -c ../../complete.eslintrc.js "src/**/*.ts" "test/**/*.ts"

lint:fix

yarn lint --fix

test

jest -c ./jest.config.js

test:build:verify

tsc --build ./test

test:e2e

shx echo 'test:e2e' command not implemented yet

coverage

shx echo No coverage report for this package

prepack

yarn build

test:debug

DEBUG=true yarn test
npm i @cardano-sdk/[email protected]

Metadata

Downloads

Maintainers