{
  "name": "country-flags-svg-v2",
  "version": "1.0.8",
  "description": "A list of country flags to use in your js/ts projects.",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "scripts": {
    "clean" : "rm -r ./dist",
    "build": "tsup"
  },
  "repository": {
		"type": "git",
		"url": "https://github.com/AnisTigrini/country-flags.git"
	},
  "homepage": "https://github.com/AnisTigrini/country-flags",
	"keywords": [
		"country",
		"flags",
		"svg",
		"country-flags"
	],
  "author": "Anis Tigrini",
  "license": "MIT",
  "dependencies": {
    "tsup": "^8.0.2",
    "typescript": "^5.4.5"
  }
}
