moralis

v0.0.82
The Moralis JavaScript SDK
cloud mobile api

docs

jsdoc -c ./jsdoc-conf.json ./src

gulp

gulp

lint

eslint --cache src/ integration/

test

cross-env PARSE_BUILD=node jest

build

node scripts/build_releases.js

watch

cross-env PARSE_BUILD=${PARSE_BUILD} gulp watch

format

prettier --write .

prepare

husky install

release

node scripts/build_releases.js && npm publish

lint:fix

eslint --fix --cache src/ integration/

cross-env

cross-env

pre-commit

lint-staged

watch:node

cross-env PARSE_BUILD=node npm run watch

integration

cross-env TESTING=1 jasmine --config=jasmine.json

format:check

prettier --check .

watch:browser

cross-env PARSE_BUILD=browser npm run watch

generate-web3Api

node scripts/genWeb3API && node scripts/generateWeb3ApiTypes

watch:react-native

cross-env PARSE_BUILD=react-native npm run watch

Metadata

Downloads