{
  "name": "@geoicons/vanilla",
  "version": "1.4.1",
  "description": "799 geographic map SVG icons (255 countries & territories + 167 world areas + 377 subdivisions) as tree-shakable vanilla-JS DOM factories — no framework, returns a live <svg>; control weight and fill, themed via currentColor.",
  "license": "GPL-3.0-only",
  "author": "GeoIcons (https://geoicons.io)",
  "homepage": "https://geoicons.io",
  "repository": {
    "type": "git",
    "url": "https://github.com/getgeoicons/geoicons.git"
  },
  "bugs": {
    "url": "https://github.com/getgeoicons/geoicons/issues"
  },
  "keywords": [
    "geoicons",
    "geography",
    "geography-icons",
    "icons",
    "svg",
    "svg-icons",
    "map",
    "maps",
    "world-map",
    "countries",
    "territories",
    "areas",
    "subdivisions",
    "states",
    "provinces",
    "country-map",
    "vanilla",
    "javascript",
    "dom",
    "tree-shakable",
    "iso-3166",
    "iso-3166-2"
  ],
  "sideEffects": false,
  "type": "module",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    },
    "./areas": {
      "types": "./dist/areas/base/index.d.ts",
      "import": "./dist/areas/base/index.js"
    },
    "./countries": {
      "types": "./dist/countries/base/index.d.ts",
      "import": "./dist/countries/base/index.js"
    },
    "./subdivisions": {
      "types": "./dist/subdivisions/base/index.d.ts",
      "import": "./dist/subdivisions/base/index.js"
    }
  },
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "files": [
    "dist",
    "LICENSE",
    "COMMERCIAL-LICENSE.md",
    "README.md"
  ],
  "scripts": {
    "build": "tsc --project tsconfig.build.json",
    "typecheck": "tsc --noEmit"
  },
  "dependencies": {
    "@geoicons/core": "^1.4.1"
  },
  "devDependencies": {
    "typescript": "^6.0.3"
  }
}
