{
  "name": "@aws/amazon-location-utilities-auth-helper",
  "description": "Amazon Location Utilities - Authentication Helper for JavaScript",
  "license": "Apache-2.0",
  "version": "1.3.1",
  "keywords": [],
  "author": {
    "name": "Amazon Web Services",
    "email": "",
    "url": "https://aws.amazon.com/"
  },
  "homepage": "https://github.com/aws-geospatial/amazon-location-utilities-auth-helper-js",
  "repository": {
    "type": "git",
    "url": "https://github.com/aws-geospatial/amazon-location-utilities-auth-helper-js"
  },
  "bugs": {
    "url": "https://github.com/aws-geospatial/amazon-location-utilities-auth-helper-js/issues",
    "mail": ""
  },
  "contributors": [
    "Eason Huang <yuxuanh@amazon.com>"
  ],
  "engines": {
    "node": ">= 16.0.0"
  },
  "browser": "./dist/amazonLocationAuthHelper.js",
  "main": "./dist/cjs/index.js",
  "module": "./dist/esm/index.js",
  "unpkg": "./dist/amazonLocationAuthHelper.js",
  "types": "./dist/types/index.d.ts",
  "files": [
    "./LICENSE.txt",
    "./LICENSE-THIRD-PARTY.txt",
    "./CODE_OF_CONDUCT.md",
    "./CONTRIBUTING.md",
    "./Notice.txt",
    "./README.md",
    "./package.json",
    "./dist"
  ],
  "scripts": {
    "clean": "rm -rf 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"
  },
  "lint-staged": {
    "*.{js,ts}": [
      "eslint --fix",
      "prettier --write"
    ],
    "!(*.{js,ts})": "prettier --write --ignore-unknown"
  },
  "dependencies": {
    "@aws-crypto/sha256-js": "^5.2.0",
    "@aws-sdk/credential-providers": "^3.806.0",
    "@aws-sdk/types": "^3.804.0",
    "@smithy/util-hex-encoding": "^4.0.0"
  },
  "devDependencies": {
    "@babel/core": "^7.27.1",
    "@babel/preset-env": "^7.27.2",
    "@babel/preset-typescript": "^7.27.1",
    "@rollup/plugin-babel": "^6.0.4",
    "@rollup/plugin-commonjs": "^28.0.3",
    "@rollup/plugin-json": "^6.1.0",
    "@rollup/plugin-node-resolve": "^16.0.1",
    "@types/jest": "^29.5.14",
    "@typescript-eslint/eslint-plugin": "^8.32.0",
    "@typescript-eslint/parser": "^8.32.0",
    "eslint": "^9.26.0",
    "husky": "^9.1.7",
    "jest": "^29.7.0",
    "lint-staged": "^15.5.2",
    "npm-run-all": "^4.1.5",
    "prettier": "^3.5.3",
    "prettier-plugin-jsdoc": "^1.3.2",
    "rollup": "^4.40.2",
    "ts-jest": "^29.3.2",
    "ts-node": "^10.9.2",
    "typedoc": "^0.28.4",
    "typescript": "^5.8.3"
  }
}
