@chain-registry/juno

v0.9.1
Chain Registry info for Juno

lint

eslint --ext .ts,.tsx,.js .

test

jest

buidl

npm run build && npm run build:ts

build

npm run build:module && npm run build:main

format

eslint --fix . --ext .ts,.tsx,.js

codegen

npm run build:pkg && npm run format

prepare

npm run build

build:ts

tsc --project ./tsconfig.json

build:pkg

babel-node ./scripts/build.js

build:main

cross-env BABEL_ENV=production babel src --out-dir main --delete-dir-on-start --extensions ".tsx,.ts,.js"

test:debug

node --inspect node_modules/.bin/jest --runInBand

test:watch

jest --watch

build:module

cross-env MODULE=true babel src --out-dir module --delete-dir-on-start --extensions ".tsx,.ts,.js"
npm i @chain-registry/[email protected]

Metadata

Downloads

Maintainers