gotrue-js

v0.9.29
GoTrue API client for JavaScript
api gotrue identity netlify

test

run-s format test:dev

format

run-s format:check-fix:*

compile

babel src -d lib

prepare

run-s compile

test:ci

nyc -r lcovonly -r text -r json ava

babelify

browserify src/index.js -t [ babelify --presets [ @babel/preset-env ] --plugins [ @babel/plugin-proposal-object-rest-spread ] ] | uglifyjs > browser/gotrue.js

test:dev

ava

format:ci

run-s format:check:*

prepublishOnly

run-s prepublishOnly:*

format:fix:lint

cross-env-shell eslint --fix $npm_package_scriptsArgs_eslint

format:check:lint

cross-env-shell eslint $npm_package_scriptsArgs_eslint

format:fix:prettier

cross-env-shell prettier --write $npm_package_scriptsArgs_prettier

prepublishOnly:pull

git pull

prepublishOnly:test

npm test

format:check-fix:lint

run-e format:check:lint format:fix:lint

format:check:prettier

cross-env-shell prettier --check $npm_package_scriptsArgs_prettier

prepublishOnly:install

npm ci

prepublishOnly:checkout

git checkout master

format:check-fix:prettier

run-e format:check:prettier format:fix:prettier
npm i gotrue-js

Metadata

  • MIT
  • Whatever
  • Mathias Biilmann Christensen
  • released 1/29/2021

Downloads