{
  "name": "@aws/amazon-location-client",
  "description": "Amazon Location Client Bundle",
  "license": "Apache-2.0",
  "version": "1.3.0",
  "keywords": [],
  "author": {
    "name": "Amazon Web Services",
    "email": "",
    "url": "https://aws.amazon.com/"
  },
  "homepage": "https://github.com/aws-geospatial/amazon-location-client-js",
  "repository": {
    "type": "git",
    "url": "https://github.com/aws-geospatial/amazon-location-client-js"
  },
  "bugs": {
    "url": "https://github.com/aws-geospatial/amazon-location-client-js/issues",
    "mail": ""
  },
  "contributors": [
    "Eason Huang <yuxuanh@amazon.com>",
    "Raymond Lee <imraylee@amazon.com>"
  ],
  "engines": {
    "node": ">= 16.0.0"
  },
  "browser": "./dist/amazonLocationClient.js",
  "main": "./dist/cjs/amazonLocationClient.cjs",
  "module": "./src/index.mjs",
  "unpkg": "./dist/amazonLocationClient.js",
  "type": "module",
  "files": [
    "./LICENSE.txt",
    "./CODE_OF_CONDUCT.md",
    "./CONTRIBUTING.md",
    "./Notice.txt",
    "./README.md",
    "./package.json",
    "./dist"
  ],
  "scripts": {
    "clean": "rm -rf dist",
    "test": "jest --collectCoverage --collectCoverageFrom=src/*.{mjs}",
    "build": "rollup -c",
    "prepare": "husky install",
    "prepublishOnly": "npm-run-all clean build"
  },
  "jest": {
    "testMatch": [
      "**/**.test.js"
    ],
    "transform": {
      "^.+\\.m?js$": "babel-jest"
    },
    "transformIgnorePatterns": [
      "[/\\\\]node_modules[/\\\\].+\\.(js|jsx|ts|tsx|json)$",
      "package.json"
    ]
  },
  "lint-staged": {},
  "dependencies": {
    "@aws-sdk/client-location": "^3.992.0",
    "@aws-sdk/credential-providers": "^3.992.0",
    "@aws-sdk/client-geo-maps": "^3.992.0",
    "@aws-sdk/client-geo-places": "^3.992.0",
    "@aws-sdk/client-geo-routes": "^3.992.0",
    "@aws/amazon-location-utilities-auth-helper": "^1.3.0"
  },
  "devDependencies": {
    "@babel/preset-env": "^7.26.9",
    "@rollup/plugin-commonjs": "^28.0.1",
    "@rollup/plugin-json": "^6.1.0",
    "@rollup/plugin-node-resolve": "^15.3.0",
    "@rollup/plugin-terser": "^0.4.4",
    "husky": "^9.1.6",
    "jest": "^29.7.0",
    "lint-staged": "^15.2.10",
    "npm-run-all2": "^7.0.1",
    "rollup": "^4.24.0"
  }
}
