{
    "name": "@aptuitiv/gmaps",
    "version": "0.28.1",
    "description": "Library to help with displaying a Google map on a website with markers, overlays, tooltips, and other map elements.",
    "type": "module",
    "main": "dist/index.cjs",
    "module": "dist/index.esm.js",
    "types": "./dist/index.d.ts",
    "exports": {
        ".": {
            "import": {
                "types": "./dist/index.d.ts",
                "default": "./dist/index.esm.js"
            },
            "require": {
                "types": "./dist/index.d.cts",
                "default": "./dist/index.cjs"
            }
        }
    },
    "engines": {
        "node": ">=17.0.0"
    },
    "scripts": {
        "build": "tsup",
        "css": "postcss ./site-src/css-src/main.css -o ./site-src/css/main.css",
        "css-watch": "postcss --watch ./site-src/css-src/main.css -o ./site-src/css/main.css",
        "lint": "eslint --fix --ext .js,.ts ./src",
        "site-build": "eleventy",
        "site-serve": "eleventy --serve --incremental",
        "test": "echo \"Error: no test specified\" && exit 1",
        "typescriptTest": "tsc --traceResolution",
        "watch": "tsup --watch",
        "watch-all": "npm run watch & npm run css-watch & npm run site-serve"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/aptuitiv/gmaps.git"
    },
    "author": "Aptuitiv, Inc",
    "license": "MIT",
    "bugs": {
        "url": "https://github.com/aptuitiv/gmaps/issues"
    },
    "homepage": "https://github.com/aptuitiv/gmaps#readme",
    "devDependencies": {
        "@11ty/eleventy": "^3.0.0",
        "@aptuitiv/eslint-config-aptuitiv": "^1.1.0",
        "@types/google.maps": "^3.58.1",
        "autoprefixer": "^10.4.21",
        "cacao-css": "^7.1.1",
        "chalk": "^5.4.1",
        "cssnano": "^7.0.6",
        "dotenv": "^16.4.7",
        "esbuild-plugin-eslint": "^0.3.12",
        "eslint": "^9.22.0",
        "eslint-config-prettier": "^10.1.1",
        "log-symbols": "^7.0.0",
        "postcss": "^8.5.3",
        "postcss-cli": "^11.0.1",
        "postcss-custom-media": "^11.0.5",
        "postcss-import": "^16.1.0",
        "ts-node": "^10.9.2",
        "tsup": "^8.4.0",
        "typescript": "^5.8.2",
        "typescript-eslint": "^8.27.0"
    },
    "dependencies": {
        "@googlemaps/js-api-loader": "^1.16.8",
        "@googlemaps/markerclusterer": "^2.5.3"
    }
}
