{
  "name": "@aws/amazon-location-utilities-datatypes",
  "description": "Amazon Location Utilities - Data Types for JavaScript",
  "license": "Apache-2.0",
  "version": "1.2.3",
  "keywords": [],
  "author": {
    "name": "Amazon Web Services",
    "email": "",
    "url": "https://aws.amazon.com/"
  },
  "homepage": "https://github.com/aws-geospatial/amazon-location-utilities-datatypes-js",
  "repository": {
    "type": "git",
    "url": "https://github.com/aws-geospatial/amazon-location-utilities-datatypes-js"
  },
  "bugs": {
    "url": "https://github.com/aws-geospatial/amazon-location-utilities-datatypes-js/issues",
    "mail": ""
  },
  "contributors": [
    "Eason Huang <yuxuanh@amazon.com>",
    "Raymond Lee <imraylee@amazon.com>"
  ],
  "engines": {
    "node": ">= 16.0.0"
  },
  "browser": "./dist/amazonLocationDataConverter.js",
  "main": "./dist/cjs/index.js",
  "module": "./dist/esm/index.js",
  "unpkg": "./dist/amazonLocationDataConverter.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-sdk/client-geo-places": "^3.683.0",
    "@aws-sdk/client-geo-routes": "^3.683.0",
    "@aws-sdk/client-location": "^3.682.0",
    "@aws/polyline": "^0.1.4",
    "@turf/circle": "^6.5.0",
    "@types/geojson": "^7946.0.14"
  },
  "devDependencies": {
    "@babel/core": "^7.26.0",
    "@babel/preset-env": "^7.26.0",
    "@babel/preset-typescript": "^7.26.0",
    "@rollup/plugin-babel": "^6.0.4",
    "@rollup/plugin-commonjs": "^25.0.8",
    "@rollup/plugin-node-resolve": "^15.3.0",
    "@turf/distance": "^6.5.0",
    "@types/jest": "^29.5.14",
    "@typescript-eslint/eslint-plugin": "^5.62.0",
    "@typescript-eslint/parser": "^5.62.0",
    "eslint": "^8.57.1",
    "husky": "^8.0.3",
    "jest": "^29.7.0",
    "lint-staged": "^15.2.10",
    "npm-run-all": "^4.1.5",
    "prettier": "^2.8.8",
    "prettier-plugin-jsdoc": "^0.4.2",
    "rollup": "^3.29.5",
    "ts-jest": "^29.2.5",
    "ts-node": "^10.9.2",
    "typedoc": "^0.24.8",
    "typescript": "^5.1.6"
  }
}
