@moralisweb3/core

v2.7.4
The `@moralisweb3/core` should be used in _every_ application that uses Moralis. It is already included if you install the unbrella package `moralis`.

test

yarn jest --runInBand --detectOpenHandles --forceExit --ci

test:coverage

yarn run test --coverage --coverageReporters json-summary

test:watch

yarn run test --watch

lint

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

clean

rm -rf lib && rm -rf tsconfig.tsbuildinfo && rm -rf tsconfig.build.tsbuildinfo && rm -rf ./node_modules/.cache/nx

prebuild

node -p "'export const LIB_VERSION = ' + JSON.stringify(require('./package.json').version) + ';'" > src/version.ts

build

tsc -p tsconfig.build.json

dev

tsc --watch
npm i @moralisweb3/core

Metadata

  • MIT
  • Whatever
  • Moralis
  • released 11/16/2022

Downloads