{
    "name": "@qrvey/map-search",
    "types": "dist/types/index.d.ts",
    "main": "dist/cjs/index.js",
    "version": "1.0.4",
    "license": "MIT",
    "publishConfig": {
        "access": "public",
        "registry": "https://registry.npmjs.org"
    },
    "exports": {
        ".": {
            "import": "./dist/esm/index.mjs",
            "require": "./dist/cjs/index.js",
            "default": "./dist/cjs/index.js"
        }
    },
    "scripts": {
        "test": "jest",
        "test:cov": "jest --coverage",
        "type-check": "tsc",
        "build:clean": "rm -rf dist",
        "build:compile:cjs": "tsup --config ./tsup.config.cjs.ts",
        "build:compile:cjs:debug": "tsc -b ./tsc.config.cjs.json",
        "build:compile:esm": "tsup --config ./tsup.config.esm.ts",
        "build:compile:types": "tsup --config ./tsup.config.types.ts",
        "build:compile": "yarn build:compile:cjs && yarn build:compile:esm && yarn build:compile:types",
        "build": "yarn test && yarn build:clean && yarn build:compile",
        "publish-package": "yarn test:cov && yarn build && npm publish"
    },
    "devDependencies": {
        "@aws-sdk/client-location": "^3.654.0",
        "@azure-rest/maps-search": "^2.0.0-beta.1",
        "@types/jest": "^29.5.13",
        "@types/node": "^22.7.5",
        "auto-version-js": "^0.3.10",
        "jest": "^29.7.0",
        "lcov-parse": "^1.0.0",
        "ts-jest": "^29.1.2",
        "tsup": "^8.0.1",
        "typescript": "^5.3.3"
    },
    "repository": {
        "type": "git"
    },
    "files": [
        "dist/*"
    ],
    "keywords": [
        "map",
        "map-search",
        "location",
        "node",
        "qrvey"
    ],
    "dependencies": {
        "exponential-backoff": "3.1.1"
    },
    "peerDependencies": {
        "@aws-sdk/client-location": "^3.654.0",
        "@aws-sdk/credential-provider-node": "^3.782.0",
        "@azure-rest/maps-search": "^2.0.0-beta.1"
    }
}
