{
  "name": "@mapbox/search-js-core",
  "version": "1.5.1",
  "description": "Platform agnostic wrappers for the Search Box, Address Autofill, and Geocoding APIs.",
  "main": "dist/index.js",
  "module": "dist/index-esm.js",
  "typings": "dist/index.d.ts",
  "unpkg": "dist/mapboxsearchcore.js",
  "scripts": {
    "build": "typehead build && tsc -p tsconfig.types.json",
    "watch": "typehead build --watch",
    "serve": "typehead serve",
    "types": "tsc -p tsconfig.json --noEmit",
    "prepare": "yarn run build",
    "git-pre-commit": "size-limit && yarn run types",
    "test": "jest",
    "size-limit": "size-limit"
  },
  "license": "SEE LICENSE IN LICENSE.txt",
  "devDependencies": {
    "@mapbox/esbuild-jest": "^1.1.0",
    "@mapbox/typehead": "^1.2.0",
    "@size-limit/preset-small-lib": "^7.0.5",
    "@types/jest": "^27.0.1",
    "node-fetch": "^2.6.7",
    "abort-controller": "^3.0.0",
    "jest": "^27.4.7",
    "size-limit": "^7.0.5",
    "ts-expect": "^1.3.0",
    "typescript": "^4.4.2"
  },
  "engines": {
    "node": ">=12.20.1"
  },
  "jest": {
    "preset": "@mapbox/esbuild-jest",
    "rootDir": ".",
    "setupFilesAfterEnv": [
      "<rootDir>/test/jest_framework_setup.ts"
    ]
  },
  "dependencies": {
    "@types/geojson": "^7946.0.8"
  },
  "size-limit": [
    {
      "path": "dist/mapboxsearchcore.js",
      "limit": "10 kB"
    }
  ]
}
