{
  "name": "country-flag-emoji-polyfill",
  "version": "0.1.8",
  "description": "Add country flag emojis to Chromium-based browsers on Windows",
  "repository": "https://github.com/talkjs/country-flag-emoji-polyfill",
  "author": "Egbert Teeselink",
  "license": "MIT",
  "type": "module",
  "exports": {
    ".": {
      "import": "./dist/index.mjs",
      "require": "./dist/index.cjs"
    }
  },
  "main": "./dist/index.cjs",
  "types": "./dist/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "unbuild --minify",
    "dev": "nodemon -w src -e ts -x 'npm run build'",
    "make-font": "cd build && ./make-font.sh"
  },
  "devDependencies": {
    "nodemon": "^3.0.2",
    "unbuild": "^2.0.0"
  }
}
