@aws/amazon-location-utilities-auth-helper

v1.0.7
Amazon Location Utilities - Authentication Helper for JavaScript

clean

rm -r dist

prettier

prettier -w .

prettier:check

prettier -c .

lint

eslint .

lint:fix

eslint --fix .

typedoc

typedoc

test

jest --coverage

build

npm-run-all build:*

build:ts

npm-run-all build-ts:*

build:bundle

rollup -c

build-ts:types

tsc --declaration --emitDeclarationOnly --outDir dist/types

build-ts:cjs

tsc --module commonjs --outDir dist/cjs

build-ts:esm

tsc --esModuleInterop --module esnext --outDir dist/esm

prepare

husky install

prepublishOnly

npm-run-all clean lint prettier:check test build
npm i @aws/amazon-location-utilities-auth-helper

Metadata

  • Apache-2.0
  • >= 16.0.0
  • Amazon Web Services
  • released 7/30/2024

Downloads