@metaplex-foundation/js

v0.11.7
Metaplex JavaScript SDK
nft metaplex solana blockchain

lint

prettier -c .

test

tape dist/test/**/*.test.js && yarn test:exports

build

yarn clean && yarn build:types && yarn build:rollup && yarn build:tests

clean

rimraf dist

lint:fix

prettier --write .

amman:stop

amman stop

amman:start

DEBUG='amman:(info|error|debug)' amman start

build:tests

ttsc -p test/tsconfig.json

build:types

ttsc

postversion

git push --follow-tags

build:rollup

rollup -c

test:exports

node ./test/cjs-export.test.cjs && node ./test/esm-export.test.mjs

check:publish-ready

yarn build && yarn test
npm i @metaplex-foundation/[email protected]

Metadata

  • MIT
  • ^14.0 || >=16.0
  • Metaplex Maintainers
  • released 6/24/2022

Downloads