{
  "name": "apexmaps",
  "version": "0.3.0",
  "type": "module",
  "description": "Interactive geographic data visualization and storytelling for the ApexCharts ecosystem",
  "main": "dist/apexmaps.cjs",
  "module": "dist/apexmaps.esm.js",
  "types": "dist/types/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/types/index.d.ts",
      "import": "./dist/apexmaps.esm.js",
      "require": "./dist/apexmaps.cjs",
      "default": "./dist/apexmaps.cjs"
    },
    "./apexmaps.css": "./dist/apexmaps.css",
    "./wrappers": {
      "types": "./dist/types/wrappers/index.d.ts",
      "import": "./dist/wrappers.esm.js",
      "require": "./dist/wrappers.cjs",
      "default": "./dist/wrappers.cjs"
    },
    "./dist/*": "./dist/*",
    "./package.json": "./package.json"
  },
  "sideEffects": false,
  "files": [
    "dist"
  ],
  "workspaces": [
    "wrappers/*"
  ],
  "dependencies": {
    "apex-commons": "^0.2.0",
    "d3-geo": "^3.1.1",
    "topojson-client": "^3.1.0"
  },
  "scripts": {
    "prebuild": "node -e \"require('node:fs').rmSync('dist', { recursive: true, force: true })\"",
    "build": "rollup -c && npm run build:types",
    "prepublishOnly": "npm run build && npm run build:wrappers && npm test && npm run check:size && npm run check:license",
    "build:wrappers": "npm run build --workspaces --if-present",
    "examples": "npm run build && node scripts/serve.mjs 8084",
    "serve": "node scripts/serve.mjs",
    "check:examples": "node scripts/check-examples.mjs",
    "check:size": "node scripts/check-size.mjs",
    "check:license": "node scripts/check-license-enforcement.mjs",
    "check:geo": "node scripts/check-geo-package.mjs",
    "check:geo-source": "node scripts/check-geo-source.mjs",
    "check:wrappers": "node scripts/check-wrappers.mjs",
    "build:types": "tsc -p tsconfig.json",
    "dev": "rollup -c -w --bundleConfigAsCjs",
    "typecheck": "tsc -p tsconfig.json --noEmit",
    "typecheck:wrappers": "npm run build:types && npm run typecheck --workspaces --if-present",
    "lint": "eslint .",
    "lint:fix": "eslint . --fix",
    "format": "prettier --write \"src/**/*.ts\" \"test/**/*.ts\" \"scripts/**/*.mjs\" \"wrappers/*/src/**/*.ts\" \"wrappers/*/test/**/*.ts\" \"wrappers/*/*.js\"",
    "format:check": "prettier --check \"src/**/*.ts\" \"test/**/*.ts\" \"scripts/**/*.mjs\" \"wrappers/*/src/**/*.ts\" \"wrappers/*/test/**/*.ts\" \"wrappers/*/*.js\"",
    "test": "vitest run",
    "test:watch": "vitest",
    "test:coverage": "vitest run --coverage",
    "data:build": "node --max-old-space-size=4096 scripts/build-geo.mjs"
  },
  "keywords": [
    "apexcharts",
    "maps",
    "choropleth",
    "geojson",
    "topojson",
    "geographic",
    "data-visualization",
    "storytelling"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/apexcharts/apexmaps.git"
  },
  "homepage": "https://github.com/apexcharts/apexmaps#readme",
  "bugs": {
    "url": "https://github.com/apexcharts/apexmaps/issues"
  },
  "browserslist": [
    "> 0.25%",
    "not dead"
  ],
  "license": "SEE LICENSE IN LICENSE",
  "devDependencies": {
    "@babel/core": "^7.29.7",
    "@babel/preset-env": "^7.29.7",
    "@babel/preset-typescript": "^7.29.7",
    "@eslint/js": "^10.0.1",
    "@rollup/plugin-babel": "^6.0.4",
    "@rollup/plugin-commonjs": "^25.0.8",
    "@rollup/plugin-node-resolve": "^15.2.1",
    "@rollup/plugin-terser": "^1.0.0",
    "@types/d3-geo": "^3.1.0",
    "@types/topojson-client": "^3.1.5",
    "@vitest/coverage-v8": "^4.1.8",
    "eslint": "^10.4.1",
    "eslint-config-prettier": "^10.1.8",
    "globals": "^17.6.0",
    "jsdom": "^29.1.1",
    "prettier": "^3.8.4",
    "rollup": "^3.30.0",
    "topojson-server": "^3.0.1",
    "topojson-simplify": "^3.0.3",
    "typescript": "^6.0.3",
    "typescript-eslint": "^8.65.0",
    "us-atlas": "^3.0.1",
    "vitest": "^4.1.8",
    "world-atlas": "^2.0.2"
  }
}
